Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/openthread/platform/
Dradio.c1221 const otMacKeyMaterial *aPrevKey, const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
1225 __ASSERT_NO_MSG(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1236 error = otPlatCryptoExportKey(aCurrKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()
1237 (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1283 keys[1].key_value = (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()