Searched refs:sha2_word64 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/compat/ |
H A D | sha512.c | 101 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) { in SHA512_Transform() 273 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() 274 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in SHA512_Transform() 371 SHA512_Transform(context, (sha2_word64*)context->buffer); in SHA512_Update() [all …]
|
/freebsd/contrib/ldns/ |
H A D | sha2.c | 104 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] = { 680 const sha2_word64* data) { in ldns_sha512_Transform() 681 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform() 682 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; in ldns_sha512_Transform() [all …]
|