Searched refs:aNextKey (Results 1 – 1 of 1) sorted by relevance
1143 const otMacKeyMaterial *aNextKey, otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument1146 __ASSERT_NO_MSG(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()1161 error = otPlatCryptoExportKey(aNextKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()1162 (uint8_t *)aNextKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()1187 .key_value = (uint8_t *)aNextKey->mKeyMaterial.mKey.m8, in otPlatRadioSetMacKey()