Home
last modified time | relevance | path

Searched refs:aKeyRef (Results 1 – 1 of 1) sorted by relevance

/modules/openthread/platform/
A Dcrypto_psa.c143 if (aKeyRef == NULL || aKey == NULL || !checkKeyUsage(aKeyUsage)) { in otPlatCryptoImportKey()
181 psa_set_key_id(&attributes, *aKeyRef); in otPlatCryptoImportKey()
188 status = psa_import_key(&attributes, aKey, aKeyLen, aKeyRef); in otPlatCryptoImportKey()
204 otError otPlatCryptoDestroyKey(otCryptoKeyRef aKeyRef) in otPlatCryptoDestroyKey() argument
206 return psaToOtError(psa_destroy_key(aKeyRef)); in otPlatCryptoDestroyKey()
209 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef) in otPlatCryptoHasKey() argument
214 status = psa_get_key_attributes(aKeyRef, &attributes); in otPlatCryptoHasKey()
527 otError otPlatCryptoEcdsaSignUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaSignUsingKeyRef() argument
546 otError otPlatCryptoEcdsaVerifyUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaVerifyUsingKeyRef() argument
563 otError otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaExportPublicKey() argument
[all …]

Completed in 12 milliseconds