Home
last modified time | relevance | path

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

/openthread-3.6.0/examples/platforms/simulation/
Dcrypto.c100 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef()
111 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()
/openthread-3.6.0/src/core/crypto/
Decdsa.hpp208 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() argument
287 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() argument
350 Error Verify(const Sha256::Hash &aHash, const Signature &aSignature) const in Verify() argument
Dhmac_sha256.cpp59 void HmacSha256::Finish(Hash &aHash) in Finish()
Dsha256.cpp72 void Sha256::Finish(Hash &aHash) { SuccessOrAssert(otPlatCryptoSha256Finish(&mContext, aHash.m8, Ha… 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-3.6.0/src/core/api/
Dcrypto_api.cpp50 …ha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash) in otCryptoHmacSha256()
/openthread-3.6.0/tests/unit/
Dtest_platform.cpp527 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef()
538 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()