Home
last modified time | relevance | path

Searched refs:GetPreviousMacKey (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_links.cpp221 ExitNow(key = &Get<SubMac>().GetPreviousMacKey()); in GetTemporaryMacKey()
Dsub_mac.hpp441 const KeyMaterial &GetPreviousMacKey(void) const { return mPrevKey; } in GetPreviousMacKey() function in ot::Mac::SubMac
Dmac.cpp1787 macKey = &mLinks.GetSubMac().GetPreviousMacKey(); in ProcessEnhAckSecurity()