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

/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c49 typedef apr_uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
60 sha2_word32 tmp = (w); \
151 void apr__SHA256_Transform(SHA256_CTX*, const sha2_word32*);
156 static const sha2_word32 K256[64] = {
176 static const sha2_word32 sha256_initial_hash_value[8] = {
241 void apr__SHA256_Transform(SHA256_CTX* context, const sha2_word32* data) {
242 sha2_word32 a, b, c, d, e, f, g, h, s0, s1;
243 sha2_word32 T1, *W256;
246 W256 = (sha2_word32*)context->buffer;
299 void apr__SHA256_Transform(SHA256_CTX* context, const sha2_word32* dat
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c102 typedef uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
119 sha2_word32 tmp = (w); \
215 static const sha2_word32 K256[64] = {
235 static const sha2_word32 ldns_sha256_initial_hash_value[8] = {
362 const sha2_word32* data) {
363 sha2_word32 a, b, c, d, e, f, g, h, s0, s1;
364 sha2_word32 T1, *W256;
367 W256 = (sha2_word32*)context->buffer;
421 const sha2_word32* data) {
422 sha2_word32
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c99 typedef uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
113 sha2_word32 tmp = (w); \

Completed in 205 milliseconds