Searched refs:GetCurrentMacKey (Results 1 – 5 of 5) sorted by relevance
171 const KeyMaterial *Links::GetCurrentMacKey(const Frame &aFrame) const in GetCurrentMacKey() function in ot::Mac::Links185 ExitNow(key = &Get<SubMac>().GetCurrentMacKey()); in GetCurrentMacKey()
653 const KeyMaterial *GetCurrentMacKey(const Frame &aFrame) const;
427 const KeyMaterial &GetCurrentMacKey(void) const { return mCurrKey; } in GetCurrentMacKey() function in ot::Mac::SubMac
901 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()
406 mTransmitFrame.SetAesKey(GetCurrentMacKey()); in ProcessTransmitSecurity()