Home
last modified time | relevance | path

Searched defs:aHash (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Dcrypto.c100 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef()
111 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()
/openthread-latest/src/core/crypto/
Decdsa.hpp193 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() argument
267 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() argument
325 Error Verify(const Sha256::Hash &aHash, const Signature &aSignature) const in Verify() argument
Dsha256.cpp72 void Sha256::Finish(Hash &aHash) { SuccessOrAssert(otPlatCryptoSha256Finish(&mContext, aHash.m8, Ha… in Finish()
Dhmac_sha256.cpp59 void HmacSha256::Finish(Hash &aHash) in Finish()
Dcrypto_platform.cpp425 OT_TOOL_WEAK otError otPlatCryptoSha256Finish(otCryptoContext *aContext, uint8_t *aHash, uint16_t a… in otPlatCryptoSha256Finish()
560 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSign()
619 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerify()
775 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSign()
786 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerify()
/openthread-latest/src/core/api/
Dcrypto_api.cpp44 …ha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash) in otCryptoHmacSha256()
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp765 …lculateHash(uint64_t aChallenge, const char *aBuf, size_t aBufLen, Crypto::HmacSha256::Hash &aHash) in CalculateHash()
/openthread-latest/tests/unit/
Dtest_platform.cpp554 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef()
565 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp3784 void RoutingManager::TxRaInfo::CalculateHash(const RouterAdvert::RxMessage &aRaMessage, Hash &aHash) in CalculateHash()
/openthread-latest/src/core/net/
Dmdns.cpp4404 void Core::TxMessageHistory::CalculateHash(const Message &aMessage, Hash &aHash) in CalculateHash()