Home
last modified time | relevance | path

Searched refs:GetFooter (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp594 uint8_t *GetFooter(void) { return AsNonConst(AsConst(this)->GetFooter()); } in GetFooter() function in ot::Mac::Frame
601 const uint8_t *GetFooter(void) const;
Dmac_frame.cpp312 GetFooter()); in IsWakeupFrame()
1102 const uint8_t *Frame::GetFooter(void) const { return mPsdu + mLength - GetFooterLength(); } in GetFooter() function in ot::Mac::Frame
1361 aesCcm.Finalize(GetFooter()); in ProcessTransmitAesCcm()
1551 VerifyOrExit(memcmp(tag, GetFooter(), tagLength) == 0); in ProcessReceiveAesCcm()