Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp450 const uint8_t *GetKeySource(void) const;
Dmac_frame.cpp747 const uint8_t *Frame::GetKeySource(void) const in GetKeySource() function in ot::Mac::Frame
Dmac.cpp1661 sequence = BigEndian::ReadUint32(aFrame.GetKeySource()); in ProcessReceiveSecurity()