Searched refs:aChallenge (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/thread/ |
D | mle.hpp | 988 Error AppendChallengeTlv(const TxChallenge &aChallenge); 1048 Error ReadChallengeTlv(RxChallenge &aChallenge) const; 1050 Error ReadAndMatchResponseTlvWith(const TxChallenge &aChallenge) const; 1326 const RxChallenge &aChallenge,
|
D | mle_router.hpp | 638 const RxChallenge &aChallenge);
|
D | mle.cpp | 2061 const RxChallenge &aChallenge, in SendChildUpdateResponse() argument 2099 SuccessOrExit(error = message->AppendResponseTlv(aChallenge)); in SendChildUpdateResponse() 4868 Error Mle::TxMessage::AppendChallengeTlv(const TxChallenge &aChallenge) in AppendChallengeTlv() argument 4870 return Tlv::Append<ChallengeTlv>(*this, &aChallenge, sizeof(aChallenge)); in AppendChallengeTlv() 5403 Error Mle::RxMessage::ReadChallengeTlv(RxChallenge &aChallenge) const in ReadChallengeTlv() 5405 return ReadChallengeOrResponse(Tlv::kChallenge, aChallenge); in ReadChallengeTlv() 5413 Error Mle::RxMessage::ReadAndMatchResponseTlvWith(const TxChallenge &aChallenge) const in ReadAndMatchResponseTlvWith() 5419 VerifyOrExit(response == aChallenge, error = kErrorSecurity); in ReadAndMatchResponseTlvWith()
|
D | mle_router.cpp | 3052 const RxChallenge &aChallenge) in SendChildUpdateResponseToChild() argument 3074 SuccessOrExit(error = message->AppendResponseTlv(aChallenge)); in SendChildUpdateResponseToChild()
|
/openthread-latest/src/core/meshcop/ |
D | tcat_agent.hpp | 368 …void CalculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSha256::Has…
|
D | tcat_agent.cpp | 765 void TcatAgent::CalculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSh… in CalculateHash() argument 774 hmac.Update(aChallenge); in CalculateHash()
|