Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp734CalculateHash(providedChallenge, mVendorInfo->mPskdString, StringLength(mVendorInfo->mPskdString, … in HandleRequestPskdHash()
757 CalculateHash(mRandomChallenge, reinterpret_cast<const char *>(aBuf), aBufLen, hash); in VerifyHash()
765 void TcatAgent::CalculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSh… in CalculateHash() function in ot::MeshCoP::TcatAgent
Dtcat_agent.hpp368 …void CalculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSha256::Has…
/openthread-latest/src/core/border_router/
Drouting_manager.cpp3746 CalculateHash(RouterAdvert::RxMessage(aRaMessage), mHashes[mLastHashIndex]); in IncrementTxCountAndSaveHash()
3759 CalculateHash(aRaMessage, hash); in IsRaFromManager()
3784 void RoutingManager::TxRaInfo::CalculateHash(const RouterAdvert::RxMessage &aRaMessage, Hash &aHash) in CalculateHash() function in ot::BorderRouter::RoutingManager::TxRaInfo
Drouting_manager.hpp1404 static void CalculateHash(const RouterAdvert::RxMessage &aRaMessage, Hash &aHash);
/openthread-latest/src/core/net/
Dmdns.hpp1447 static void CalculateHash(const Message &aMessage, Hash &aHash);
Dmdns.cpp4380 CalculateHash(aMessage, hash); in Add()
4400 CalculateHash(aMessage, hash); in Contains()
4404 void Core::TxMessageHistory::CalculateHash(const Message &aMessage, Hash &aHash) in CalculateHash() function in ot::Dns::Multicast::Core::TxMessageHistory