Home
last modified time | relevance | path

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

/external/toolchain-utils/cros_utils/
Dhtml_tools.py61 def GetFooter(): function
/external/openthread/src/core/mac/
Dmac_frame.hpp888 uint8_t *GetFooter(void) { return AsNonConst(AsConst(this)->GetFooter()); } in GetFooter() function in ot::Mac::Frame
896 const uint8_t *GetFooter(void) const;
Dmac_frame.cpp882 const uint8_t *Frame::GetFooter(void) const in GetFooter() function in ot::Mac::Frame
1195 aesCcm.Finalize(GetFooter()); in ProcessTransmitAesCcm()
1371 VerifyOrExit(memcmp(tag, GetFooter(), tagLength) == 0); in ProcessReceiveAesCcm()