Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c74 typedef uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
135 typedef uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
141 typedef u_int32_t sha2_word32; /* Exactly 4 bytes */ typedef
164 sha2_word32 tmp = (w); \
266 static const sha2_word32 K256[64] = {
286 static const sha2_word32 sha256_initial_hash_value[8] = {
450 sha2_word32 state[8];
492 static void SHA256_Transform(SHA256_CTX* sha, const sha2_word32* data) { in SHA256_Transform()
493 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform()
494 sha2_word32 T1, *W256; in SHA256_Transform()
[all …]