Home
last modified time | relevance | path

Searched refs:aChallenge (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/thread/
Dmle.hpp988 Error AppendChallengeTlv(const TxChallenge &aChallenge);
1048 Error ReadChallengeTlv(RxChallenge &aChallenge) const;
1050 Error ReadAndMatchResponseTlvWith(const TxChallenge &aChallenge) const;
1326 const RxChallenge &aChallenge,
Dmle_router.hpp638 const RxChallenge &aChallenge);
Dmle.cpp2061 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()
Dmle_router.cpp3052 const RxChallenge &aChallenge) in SendChildUpdateResponseToChild() argument
3074 SuccessOrExit(error = message->AppendResponseTlv(aChallenge)); in SendChildUpdateResponseToChild()
/openthread-latest/src/core/meshcop/
Dtcat_agent.hpp368 …void CalculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSha256::Has…
Dtcat_agent.cpp765 void TcatAgent::CalculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSh… in CalculateHash() argument
774 hmac.Update(aChallenge); in CalculateHash()