Searched refs:aKeyRef (Results 1 – 1 of 1) sorted by relevance
143 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() argument206 return psaToOtError(psa_destroy_key(aKeyRef)); in otPlatCryptoDestroyKey()209 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef) in otPlatCryptoHasKey() argument214 status = psa_get_key_attributes(aKeyRef, &attributes); in otPlatCryptoHasKey()527 otError otPlatCryptoEcdsaSignUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaSignUsingKeyRef() argument546 otError otPlatCryptoEcdsaVerifyUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaVerifyUsingKeyRef() argument563 otError otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaExportPublicKey() argument[all …]
Completed in 12 milliseconds