Home
last modified time | relevance | path

Searched refs:mHash (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_hmac_sha256.cpp76 otCryptoSha256Hash mHash; in TestSha256() member
108 VerifyOrQuit(hash == static_cast<const Crypto::HmacSha256::Hash &>(testCase.mHash)); in TestSha256()
134 VerifyOrQuit(hash == static_cast<const Crypto::HmacSha256::Hash &>(testCase.mHash)); in TestSha256()
147 otCryptoSha256Hash mHash; in TestHmacSha256() member
251 VerifyOrQuit(hash == static_cast<const Crypto::HmacSha256::Hash &>(testCase.mHash)); in TestHmacSha256()
277 VerifyOrQuit(hash == static_cast<const Crypto::HmacSha256::Hash &>(testCase.mHash)); in TestHmacSha256()
/openthread-latest/src/core/thread/
Dkey_manager.hpp618 Crypto::HmacSha256::Hash mHash; member
Dkey_manager.cpp312 hmac.Finish(aHashKeys.mHash); in ComputeKeys()
/openthread-latest/src/core/net/
Dmdns.hpp1464 bool Matches(const Hash &aHash) const { return aHash == mHash; } in Matches()
1468 Hash mHash; member
Dmdns.cpp4226 entry->mHash = hash; in Add()