Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/mac/
Dlink_raw.cpp225 const Key &aCurrKey, in SetMacKey() argument
231 mSubMac.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dlink_raw.hpp260 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.cpp837 const Key &aCurrKey, in SetMacKey() argument
848 mCurrKey = aCurrKey; in SetMacKey()
859 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp495 …void SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const…
/openthread-2.7.6/src/core/radio/
Dradio_platform.cpp209 const otMacKey *aCurrKey, in otPlatRadioSetMacKey() argument
216 OT_UNUSED_VARIABLE(aCurrKey); in otPlatRadioSetMacKey()
Dradio.hpp283 const Mac::Key &aCurrKey,
710 const Mac::Key &aCurrKey, in SetMacKey() argument
713 otPlatRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey); in SetMacKey()
/openthread-2.7.6/include/openthread/
Dlink_raw.h352 const otMacKey *aCurrKey,
/openthread-2.7.6/src/core/api/
Dlink_raw_api.cpp228 const otMacKey *aCurrKey, in otLinkRawSetMacKey() argument
232 …IdMode, aKeyId, *static_cast<const Mac::Key *>(aPrevKey), *static_cast<const Mac::Key *>(aCurrKey), in otLinkRawSetMacKey()
/openthread-2.7.6/src/posix/platform/
Dradio.cpp570 const otMacKey *aCurrKey, in otPlatRadioSetMacKey() argument
573 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, *aPrevKey, *aCurrKey, *aNextKey)); in otPlatRadioSetMacKey()
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c1202 const otMacKey *aCurrKey, in otPlatRadioSetMacKey() argument
1208 otEXPECT(aPrevKey != NULL && aCurrKey != NULL && aNextKey != NULL); in otPlatRadioSetMacKey()
1212 memcpy(sCurrKey.m8, aCurrKey->m8, OT_MAC_KEY_SIZE); in otPlatRadioSetMacKey()
/openthread-2.7.6/include/openthread/platform/
Dradio.h568 const otMacKey *aCurrKey,
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel.hpp643 const otMacKey &aCurrKey,
Dradio_spinel_impl.hpp1142 const otMacKey &aCurrKey, in SetMacKey() argument
1150 … aKeyIdMode, aKeyId, aPrevKey.m8, sizeof(otMacKey), aCurrKey.m8, sizeof(otMacKey), in SetMacKey()
1157 memcpy(mCurrKey.m8, aCurrKey.m8, OT_MAC_KEY_SIZE); in SetMacKey()