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()
669 const KeyMaterial *GetCurrentMacKey(const Frame &aFrame) const;
434 const KeyMaterial &GetCurrentMacKey(void) const { return mCurrKey; } in GetCurrentMacKey() function in ot::Mac::SubMac
908 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()
388 mTransmitFrame.SetAesKey(GetCurrentMacKey()); in ProcessTransmitSecurity()