Searched refs:IsSecurityControlValid (Results 1 – 2 of 2) sorted by relevance
1091 bool IsSecurityControlValid(void) const { return (mSecurityControl == kKeyIdMode2Mic32); } in IsSecurityControlValid() function in ot::Mle::Mle::SecurityHeader
2496 VerifyOrExit(header.IsSecurityControlValid(), error = kErrorParse); in HandleUdpReceive()