Searched refs:GetChallenge (Results 1 – 4 of 4) sorted by relevance
284 const Mle::TxChallenge &GetChallenge(void) const { return mAttachChallenge; } in GetChallenge() function in ot::Child
598 const Mle::TxChallenge &GetChallenge(void) const { return mValidPending.mPending.mChallenge; } in GetChallenge() function in ot::Neighbor
654 SuccessOrExit(error = message->AppendChallengeTlv(mRouterRoleRestorer.GetChallenge())); in SendLinkRequest()662 SuccessOrExit(error = message->AppendChallengeTlv(aRouter->GetChallenge())); in SendLinkRequest()856 SuccessOrExit(error = message->AppendChallengeTlv(router->GetChallenge())); in SendLinkAccept()919 VerifyOrExit(response == router->GetChallenge(), error = kErrorSecurity); in HandleLinkAcceptVariant()923 … VerifyOrExit(mRouterRoleRestorer.IsActive() && (response == mRouterRoleRestorer.GetChallenge()), in HandleLinkAcceptVariant()1818 SuccessOrExit(error = message->AppendChallengeTlv(child->GetChallenge())); in SendParentResponse()2098 SuccessOrExit(error = aRxInfo.mMessage.ReadAndMatchResponseTlvWith(child->GetChallenge())); in HandleChildIdRequest()2473 VerifyOrExit(response == child->GetChallenge(), error = kErrorSecurity); in HandleChildUpdateResponseOnParent()3030 SuccessOrExit(error = message->AppendChallengeTlv(aChild.GetChallenge())); in SendChildUpdateRequestToChild()
588 const TxChallenge &GetChallenge(void) const { return mChallenge; } in GetChallenge() function in ot::Mle::MleRouter::RouterRoleRestorer