/openthread-latest/src/core/mac/ |
D | link_raw.cpp | 243 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::LinkRaw 260 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
|
D | link_raw.hpp | 257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | sub_mac.cpp | 922 void SubMac::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::SubMac 947 Get<Radio>().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | sub_mac.hpp | 423 void SetMacKey(uint8_t aKeyIdMode,
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 366 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
|
D | radio.cpp | 68 SetMacKey(0, 0, Mac::KeyMaterial{}, Mac::KeyMaterial{}, Mac::KeyMaterial{}); in Init()
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 732 otError SetMacKey(uint8_t aKeyIdMode, 1204 otError SetMacKey(uint8_t aKeyIdMode,
|
D | radio_spinel.cpp | 875 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/ |
D | link_raw_api.cpp | 209 …return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetMacKey(aKeyIdMode, aKeyId, AsCoreType(aPrevKey… in otLinkRawSetMacKey()
|
/openthread-latest/src/core/thread/ |
D | key_manager.cpp | 351 …Get<Mac::SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prevKey, curKey, … in UpdateKeyMaterial()
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 913 SuccessOrDie(GetRadioSpinel().SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|
D | rcp_caps_diag.cpp | 261 return mRadioSpinel.SetMacKey(keyIdMode1, keyId, &prevKey, &curKey, &nextKey); in HandleSpinelCommand()
|