Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c128 otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef, otCryptoKeyType aKeyType, in otPlatCryptoImportKey() argument
149 if (aKeyType == OT_CRYPTO_KEY_TYPE_ECDSA) { in otPlatCryptoImportKey()
174 psa_set_key_type(&attributes, toPsaKeyType(aKeyType)); in otPlatCryptoImportKey()
Dradio_spinel.cpp434 const otMacKeyMaterial *aNextKey, otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument
438 OT_UNUSED_VARIABLE(aKeyType); in otPlatRadioSetMacKey()
Dradio.c1267 const otMacKeyMaterial *aNextKey, otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument
1273 __ASSERT_NO_MSG(aKeyType == OT_KEY_TYPE_KEY_REF); in otPlatRadioSetMacKey()
1290 __ASSERT_NO_MSG(aKeyType == OT_KEY_TYPE_LITERAL_KEY); in otPlatRadioSetMacKey()