Searched refs:CalculateHash (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/meshcop/ |
D | tcat_agent.cpp | 734 …CalculateHash(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
|
D | tcat_agent.hpp | 368 …void CalculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSha256::Has…
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 3746 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
|
D | routing_manager.hpp | 1404 static void CalculateHash(const RouterAdvert::RxMessage &aRaMessage, Hash &aHash);
|
/openthread-latest/src/core/net/ |
D | mdns.hpp | 1447 static void CalculateHash(const Message &aMessage, Hash &aHash);
|
D | mdns.cpp | 4380 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
|