Searched refs:aPrevKey (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() 1277 error = otPlatCryptoExportKey(aPrevKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey() 1278 (uint8_t *)aPrevKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey() 1325 keys[0].key_value = (uint8_t *)aPrevKey->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()
|