Searched defs:aHash (Results 1 – 7 of 7) sorted by relevance
/openthread-3.6.0/examples/platforms/simulation/ |
D | crypto.c | 100 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef() 111 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()
|
/openthread-3.6.0/src/core/crypto/ |
D | ecdsa.hpp | 208 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
|
D | hmac_sha256.cpp | 59 void HmacSha256::Finish(Hash &aHash) in Finish()
|
D | sha256.cpp | 72 void Sha256::Finish(Hash &aHash) { SuccessOrAssert(otPlatCryptoSha256Finish(&mContext, aHash.m8, Ha… in Finish()
|
D | crypto_platform.cpp | 425 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/ |
D | crypto_api.cpp | 50 …ha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash) in otCryptoHmacSha256()
|
/openthread-3.6.0/tests/unit/ |
D | test_platform.cpp | 527 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaSignUsingKeyRef() 538 const otPlatCryptoSha256Hash *aHash, in otPlatCryptoEcdsaVerifyUsingKeyRef()
|