Home
last modified time | relevance | path

Searched refs:GetCurrentMacKey (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_links.cpp171 const KeyMaterial *Links::GetCurrentMacKey(const Frame &aFrame) const in GetCurrentMacKey() function in ot::Mac::Links
185 ExitNow(key = &Get<SubMac>().GetCurrentMacKey()); in GetCurrentMacKey()
Dmac_links.hpp669 const KeyMaterial *GetCurrentMacKey(const Frame &aFrame) const;
Dsub_mac.hpp434 const KeyMaterial &GetCurrentMacKey(void) const { return mCurrKey; } in GetCurrentMacKey() function in ot::Mac::SubMac
Dmac.cpp908 aFrame.SetAesKey(*mLinks.GetCurrentMacKey(aFrame)); in ProcessTransmitSecurity()
1605 macKey = mLinks.GetCurrentMacKey(aFrame); in ProcessReceiveSecurity()
1664 … macKey = (sequence == keyManager.GetCurrentKeySequence()) ? mLinks.GetCurrentMacKey(aFrame) in ProcessReceiveSecurity()
1783 macKey = &mLinks.GetSubMac().GetCurrentMacKey(); in ProcessEnhAckSecurity()
Dsub_mac.cpp388 mTransmitFrame.SetAesKey(GetCurrentMacKey()); in ProcessTransmitSecurity()