Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Dradio.c1279 const otMacKeyMaterial *aPrevKey, const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
1283 __ASSERT_NO_MSG(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1294 error = otPlatCryptoExportKey(aCurrKey->mKeyMaterial.mKeyRef, in otPlatRadioSetMacKey()
1295 (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8, OT_MAC_KEY_SIZE, in otPlatRadioSetMacKey()
1341 keys[1].key_value = (uint8_t *)aCurrKey->mKeyMaterial.mKey.m8; in otPlatRadioSetMacKey()
A Dradio_spinel.cpp439 const otMacKeyMaterial *aPrevKey, const otMacKeyMaterial *aCurrKey, in otPlatRadioSetMacKey() argument
442 SuccessOrDie(psRadioSpinel->SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()

Completed in 10 milliseconds