Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c1142 const otMacKeyMaterial *aPrevKey, const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
1146 __ASSERT_NO_MSG(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1153 error = otPlatCryptoExportKey(aPrevKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()
1154 (uint8_t *)aPrevKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1175 .key_value = (uint8_t *)aPrevKey->mKeyMaterial.mKey.m8, in otPlatRadioSetMacKey()