Searched refs:aPrevKey (Results 1 – 1 of 1) sorted by relevance
1142 const otMacKeyMaterial *aPrevKey, const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument1146 __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()