Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dradio.c1294 (uint8_t *)aPrevKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1298 (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1302 (uint8_t *)aNextKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1341 keys[0].key_value = (uint8_t *)aPrevKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
1344 keys[1].key_value = (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
1347 keys[2].key_value = (uint8_t *)aNextKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()