Searched refs:aCurrKey (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | radio.c | 1266 const otMacKeyMaterial *aPrevKey, const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument 1270 __ASSERT_NO_MSG(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey() 1281 error = otPlatCryptoExportKey(aCurrKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey() 1282 (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey() 1328 keys[1].key_value = (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
|
D | radio_spinel.cpp | 433 const otMacKeyMaterial *aPrevKey, const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument 436 SuccessOrDie(psRadioSpinel->SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|