Searched refs:aKeyType (Results 1 – 3 of 3) sorted by relevance
128 otError otPlatCryptoImportKey(otCryptoKeyRef *aKeyRef, otCryptoKeyType aKeyType, in otPlatCryptoImportKey() argument149 if (aKeyType == OT_CRYPTO_KEY_TYPE_ECDSA) { in otPlatCryptoImportKey()174 psa_set_key_type(&attributes, toPsaKeyType(aKeyType)); in otPlatCryptoImportKey()
440 const otMacKeyMaterial *aNextKey, otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument444 OT_UNUSED_VARIABLE(aKeyType); in otPlatRadioSetMacKey()
1280 const otMacKeyMaterial *aNextKey, otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument1286 __ASSERT_NO_MSG(aKeyType == OT_KEY_TYPE_KEY_REF); in otPlatRadioSetMacKey()1303 __ASSERT_NO_MSG(aKeyType == OT_KEY_TYPE_LITERAL_KEY); in otPlatRadioSetMacKey()
Completed in 21 milliseconds