Lines Matching refs:aKeyRef
494 otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef, in otPlatCryptoImportKey() argument
502 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoImportKey()
513 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey() argument
515 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoExportKey()
524 otError otPlatCryptoDestroyKey(otCryptoKeyRef aKeyRef) in otPlatCryptoDestroyKey() argument
526 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoDestroyKey()
531 bool otPlatCryptoHasKey(otCryptoKeyRef aKeyRef) in otPlatCryptoHasKey() argument
533 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoHasKey()
538 otError otPlatCryptoEcdsaGenerateAndImportKey(otCryptoKeyRef aKeyRef) in otPlatCryptoEcdsaGenerateAndImportKey() argument
540 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoEcdsaGenerateAndImportKey()
545 otError otPlatCryptoEcdsaExportPublicKey(otCryptoKeyRef aKeyRef, otPlatCryptoEcdsaPublicKey *aPubli… in otPlatCryptoEcdsaExportPublicKey() argument
547 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoEcdsaExportPublicKey()
553 otError otPlatCryptoEcdsaSignUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaSignUsingKeyRef() argument
557 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoEcdsaSignUsingKeyRef()
564 otError otPlatCryptoEcdsaVerifyUsingKeyRef(otCryptoKeyRef aKeyRef, in otPlatCryptoEcdsaVerifyUsingKeyRef() argument
568 OT_UNUSED_VARIABLE(aKeyRef); in otPlatCryptoEcdsaVerifyUsingKeyRef()