Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dlink_raw.cpp243 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::LinkRaw
260 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
Dlink_raw.hpp257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
Dsub_mac.cpp922 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::SubMac
947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
Dsub_mac.hpp423 void SetMacKey(uint8_t aKeyIdMode,
/openthread-latest/src/core/radio/
Dradio.hpp366 void SetMacKey(uint8_t aKeyIdMode,
890 inline void Radio::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Radio
1054 inline void Radio::SetMacKey(uint8_t, in SetMacKey() function in ot::Radio
Dradio.cpp68 SetMacKey(0, 0, Mac::KeyMaterial{}, Mac::KeyMaterial{}, Mac::KeyMaterial{}); in Init()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp732 otError SetMacKey(uint8_t aKeyIdMode,
1204 otError SetMacKey(uint8_t aKeyIdMode,
Dradio_spinel.cpp875 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
889 error = SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
897 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
903 return SetMacKey(aKeyIdMode, aKeyId, aPrevKey->mKeyMaterial.mKey, aCurrKey->mKeyMaterial.mKey, in SetMacKey()
909 otError RadioSpinel::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
/openthread-latest/src/core/api/
Dlink_raw_api.cpp209 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
/openthread-latest/src/core/thread/
Dkey_manager.cpp351 …Get<Mac::SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prevKey, curKey, … in UpdateKeyMaterial()
/openthread-latest/src/posix/platform/
Dradio.cpp913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
Drcp_caps_diag.cpp261 return mRadioSpinel.SetMacKey(keyIdMode1, keyId, &prevKey, &curKey, &nextKey); in HandleSpinelCommand()