Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/mac/
Dlink_raw.cpp238 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::LinkRaw
255 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
Dlink_raw.hpp269 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.hpp445 void SetMacKey(uint8_t aKeyIdMode,
Dsub_mac.cpp1015 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::SubMac
1040 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
/openthread-3.7.0/src/core/radio/
Dradio.hpp348 void SetMacKey(uint8_t aKeyIdMode,
878 inline void Radio::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Radio
1038 inline void Radio::SetMacKey(uint8_t, in SetMacKey() function in ot::Radio
Dradio.cpp72 SetMacKey(0, 0, Mac::KeyMaterial{}, Mac::KeyMaterial{}, Mac::KeyMaterial{}); in Init()
/openthread-3.7.0/src/lib/spinel/
Dradio_spinel.hpp719 otError SetMacKey(uint8_t aKeyIdMode,
1188 otError SetMacKey(uint8_t aKeyIdMode,
Dradio_spinel.cpp836 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
850 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
858 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
864 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey()
870 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
/openthread-3.7.0/src/core/api/
Dlink_raw_api.cpp220 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
/openthread-3.7.0/src/core/thread/
Dkey_manager.cpp357 …Get<Mac::SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prevKey, curKey, … in UpdateKeyMaterial()
/openthread-3.7.0/src/posix/platform/
Dradio.cpp814 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()