Home
last modified time | relevance | path

Searched refs:OT_CRYPTO_SHA256_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/crypto/
Dsha256.hpp78 static const uint8_t kSize = OT_CRYPTO_SHA256_HASH_SIZE; ///< SHA-256 hash size (bytes)
/openthread-3.5.0/include/openthread/platform/
Dcrypto.h140 #define OT_CRYPTO_SHA256_HASH_SIZE 32 macro
151 uint8_t m8[OT_CRYPTO_SHA256_HASH_SIZE]; ///< Hash bytes.