Home
last modified time | relevance | path

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

/openthread-latest/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-latest/include/openthread/
Dcrypto.h60 typedef otPlatCryptoSha256Hash otCryptoSha256Hash; typedef
70 …a256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash);
/openthread-latest/src/core/crypto/
Dsha256.hpp72 class Hash : public otCryptoSha256Hash, public Clearable<Hash>, public Equatable<Hash>
148 DefineCoreType(otCryptoSha256Hash, Crypto::Sha256::Hash);
Dcontext_size.hpp51 constexpr uint16_t kHkdfContextSize = sizeof(otCryptoSha256Hash);
/openthread-latest/src/core/api/
Dcrypto_api.cpp44 …ha256(const otCryptoKey *aKey, const uint8_t *aBuf, uint16_t aBufLength, otCryptoSha256Hash *aHash) in otCryptoHmacSha256()