Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/mac/
Dmac_frame.hpp314 kSecurityMic32 = 1, ///< No encryption, MIC-32 authentication. enumerator
Dmac_frame.cpp732 case kSecurityMic32: in CalculateMicSize()
/openthread-3.4.0/tests/unit/
Dtest_mac_frame.cpp212 static constexpr Mac::Frame::SecurityLevel kMic32 = Mac::Frame::kSecurityMic32; in TestMacHeader()