Home
last modified time | relevance | path

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

/external/openthread/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.hpp653 const KeyMaterial *GetCurrentMacKey(const Frame &aFrame) const;
Dsub_mac.hpp427 const KeyMaterial &GetCurrentMacKey(void) const { return mCurrKey; } in GetCurrentMacKey() function in ot::Mac::SubMac
Dmac.cpp901 aFrame.SetAesKey(*mLinks.GetCurrentMacKey(aFrame)); in ProcessTransmitSecurity()
1598 macKey = mLinks.GetCurrentMacKey(aFrame); in ProcessReceiveSecurity()
1657 … macKey = (sequence == keyManager.GetCurrentKeySequence()) ? mLinks.GetCurrentMacKey(aFrame) in ProcessReceiveSecurity()
1776 macKey = &mLinks.GetSubMac().GetCurrentMacKey(); in ProcessEnhAckSecurity()
Dsub_mac.cpp406 mTransmitFrame.SetAesKey(GetCurrentMacKey()); in ProcessTransmitSecurity()