Searched refs:GetFooter (Results 1 – 2 of 2) sorted by relevance
594 uint8_t *GetFooter(void) { return AsNonConst(AsConst(this)->GetFooter()); } in GetFooter() function in ot::Mac::Frame601 const uint8_t *GetFooter(void) const;
312 GetFooter()); in IsWakeupFrame()1102 const uint8_t *Frame::GetFooter(void) const { return mPsdu + mLength - GetFooterLength(); } in GetFooter() function in ot::Mac::Frame1361 aesCcm.Finalize(GetFooter()); in ProcessTransmitAesCcm()1551 VerifyOrExit(memcmp(tag, GetFooter(), tagLength) == 0); in ProcessReceiveAesCcm()