Searched refs:GetFooter (Results 1 – 3 of 3) sorted by relevance
61 def GetFooter(): function
888 uint8_t *GetFooter(void) { return AsNonConst(AsConst(this)->GetFooter()); } in GetFooter() function in ot::Mac::Frame896 const uint8_t *GetFooter(void) const;
882 const uint8_t *Frame::GetFooter(void) const in GetFooter() function in ot::Mac::Frame1195 aesCcm.Finalize(GetFooter()); in ProcessTransmitAesCcm()1371 VerifyOrExit(memcmp(tag, GetFooter(), tagLength) == 0); in ProcessReceiveAesCcm()