Home
last modified time | relevance | path

Searched refs:SetMacKey (Results 1 – 10 of 10) sorted by relevance

/openthread-2.7.6/src/core/mac/
Dlink_raw.cpp222 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::LinkRaw
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.hpp495 …void SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const…
Dsub_mac.cpp834 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::SubMac
859 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
/openthread-2.7.6/src/core/radio/
Dradio.hpp280 void SetMacKey(uint8_t aKeyIdMode,
707 inline void Radio::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Radio
879 inline void Radio::SetMacKey(uint8_t, uint8_t, const Mac::Key &, const Mac::Key &, const Mac::Key &) in SetMacKey() function in ot::Radio
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel.hpp640 otError SetMacKey(uint8_t aKeyIdMode,
Dradio_spinel_impl.hpp1139 otError RadioSpinel<InterfaceType, ProcessContextType>::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
/openthread-2.7.6/src/core/api/
Dlink_raw_api.cpp231 return static_cast<Instance *>(aInstance)->Get<Mac::LinkRaw>().SetMacKey( in otLinkRawSetMacKey()
/openthread-2.7.6/src/core/thread/
Dkey_manager.cpp294 …Get<Mac::SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prev.mKeys.mMacKe… in UpdateKeyMaterial()
/openthread-2.7.6/src/posix/platform/
Dradio.cpp573 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, *aPrevKey, *aCurrKey, *aNextKey)); in otPlatRadioSetMacKey()