Lines Matching refs:sha2_word64
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()
736 const sha2_word64* data) { in ldns_sha512_Transform()
737 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha512_Transform()
738 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in ldns_sha512_Transform()
837 ldns_sha512_Transform(context, (sha2_word64*)context->buffer); in ldns_sha512_update()
850 ldns_sha512_Transform(context, (sha2_word64*)data); in ldns_sha512_update()
887 ldns_sha512_Transform(context, (sha2_word64*)context->buffer); in ldns_sha512_Last()
905 ldns_sha512_Transform(context, (sha2_word64*)context->buffer); in ldns_sha512_Last()
909 sha2_word64 *d = (sha2_word64*)digest; in ldns_sha512_final()
962 sha2_word64 *d = (sha2_word64*)digest; in ldns_sha384_final()