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

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c101 typedef unsigned long long sha2_word64; /* lint 8 bytes */ typedef
103 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
119 sha2_word64 tmp = (w); \
137 (w)[0] += (sha2_word64)(n); \
201 static const sha2_word64 K512[80] = {
245 static const sha2_word64 sha512_initial_hash_value[8] = {
272 const sha2_word64* data) {
273 sha2_word64 a, b, c, d, e, f, g, h, s0, s1;
274 sha2_word64 T1, T2, *W512 = (sha2_word64*)contex
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c104 typedef unsigned long long sha2_word64; /* lint 8 bytes */ typedef
106 typedef uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
125 sha2_word64 tmp = (w); \
143 (w)[0] += (sha2_word64)(n); \
247 static const sha2_word64 K512[80] = {
291 static const sha2_word64 sha384_initial_hash_value[8] = {
303 static const sha2_word64 sha512_initial_hash_value[8] = {
676 const sha2_word64* data) {
677 sha2_word64 a, b, c, d, e, f, g, h, s0, s1;
678 sha2_word64 T
[all...]
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c50 typedef apr_uint64_t sha2_word64; /* Exactly 8 bytes */ typedef
65 sha2_word64 tmp = (w); \
80 (w)[0] += (sha2_word64)(n); \

Completed in 53 milliseconds