Home
last modified time | relevance | path

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

/openthread-3.5.0/tests/unit/
Dtest_hmac_sha256.cpp46 const otCryptoSha256Hash kHash1 = {{ in TestSha256()
53 const otCryptoSha256Hash kHash2 = {{ in TestSha256()
60 const otCryptoSha256Hash kHash3 = {{ in TestSha256()
68 const otCryptoSha256Hash kHash4 = {{ in TestSha256()
76 otCryptoSha256Hash mHash; in TestSha256()
147 otCryptoSha256Hash mHash; in TestHmacSha256()
159 const otCryptoSha256Hash kHash1 = {{ in TestHmacSha256()
167 const otCryptoSha256Hash kHash2 = {{ in TestHmacSha256()
181 const otCryptoSha256Hash kHash3 = {{ in TestHmacSha256()
197 const otCryptoSha256Hash kHash4 = {{ in TestHmacSha256()
[all …]
/openthread-3.5.0/include/openthread/
Dcrypto.h64 typedef otPlatCryptoSha256Hash otCryptoSha256Hash; typedef
75 …a256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash);
/openthread-3.5.0/src/core/crypto/
Dsha256.hpp75 class Hash : public otCryptoSha256Hash, public Clearable<Hash>, public Equatable<Hash>
160 DefineCoreType(otCryptoSha256Hash, Crypto::Sha256::Hash);
Dcontext_size.hpp50 constexpr uint16_t kHkdfContextSize = sizeof(otCryptoSha256Hash);
/openthread-3.5.0/src/core/api/
Dcrypto_api.cpp50 …ha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash) in otCryptoHmacSha256()