Searched refs:aNextKey (Results 1 – 2 of 2) sorted by relevance
1267 const otMacKeyMaterial *aNextKey, otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument1270 __ASSERT_NO_MSG(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()1285 error = otPlatCryptoExportKey(aNextKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()1286 (uint8_t *)aNextKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()1331 keys[2].key_value = (uint8_t *)aNextKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
434 const otMacKeyMaterial *aNextKey, otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument436 SuccessOrDie(psRadioSpinel->SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()