Searched refs:SetMacKey (Results 1 – 10 of 10) sorted by relevance
/openthread-2.7.6/src/core/mac/ |
D | link_raw.cpp | 222 Error LinkRaw::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Mac::LinkRaw 231 mSubMac.SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey); in SetMacKey()
|
D | link_raw.hpp | 260 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
|
D | sub_mac.hpp | 495 …void SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const…
|
D | sub_mac.cpp | 834 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/ |
D | radio.hpp | 280 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/ |
D | radio_spinel.hpp | 640 otError SetMacKey(uint8_t aKeyIdMode,
|
D | radio_spinel_impl.hpp | 1139 otError RadioSpinel<InterfaceType, ProcessContextType>::SetMacKey(uint8_t aKeyIdMode, in SetMacKey() function in ot::Spinel::RadioSpinel
|
/openthread-2.7.6/src/core/api/ |
D | link_raw_api.cpp | 231 return static_cast<Instance *>(aInstance)->Get<Mac::LinkRaw>().SetMacKey( in otLinkRawSetMacKey()
|
/openthread-2.7.6/src/core/thread/ |
D | key_manager.cpp | 294 …Get<Mac::SubMac>().SetMacKey(Mac::Frame::kKeyIdMode1, (mKeySequence & 0x7f) + 1, prev.mKeys.mMacKe… in UpdateKeyMaterial()
|
/openthread-2.7.6/src/posix/platform/ |
D | radio.cpp | 573 SuccessOrDie(sRadioSpinel.SetMacKey(aKeyIdMode, aKeyId, *aPrevKey, *aCurrKey, *aNextKey)); in otPlatRadioSetMacKey()
|