Searched refs:GetKeyId (Results 1 – 10 of 10) sorted by relevance
244 SuccessOrAssert(aFrame.GetKeyId(keyId)); in HandleSentFrame()
1599 IgnoreError(aFrame.GetKeyId(keyid)); in ProcessReceiveSecurity()1660 IgnoreError(aFrame.GetKeyId(keyid)); in ProcessReceiveSecurity()1747 IgnoreError(aTxFrame.GetKeyId(txKeyId)); in ProcessEnhAckSecurity()1748 IgnoreError(aAckFrame.GetKeyId(ackKeyId)); in ProcessEnhAckSecurity()
794 Error Frame::GetKeyId(uint8_t &aKeyId) const in GetKeyId() function in ot::Mac::Frame1455 SuccessOrExit(error = aRxFrame.GetKeyId(keyId)); in GenerateEnhAck()
658 VerifyOrExit(aFrame.GetKeyId(keyId) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
466 Error GetKeyId(uint8_t &aKeyId) const;
299 IgnoreError(aFrame.GetKeyId(keyId)); in HandleSentFrame()
1197 uint32_t GetKeyId(void) const { return BigEndian::HostSwap32(mKeySource); } in GetKeyId() function in ot::Mle::Mle::SecurityHeader
2310 keySequence = aHeader.GetKeyId(); in ProcessMessageSecurity()2403 keySequence = header.GetKeyId(); in HandleUdpReceive()
241 IgnoreError(static_cast<const Mac::Frame *>(aFrame)->GetKeyId(keyId)); in otMacFrameGetKeyId()
199 SuccessOrExit(static_cast<Mac::TxFrame *>(aFrame)->GetKeyId(keyId)); in LinkRawTransmitDone()