Home
last modified time | relevance | path

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

/freebsd/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) { in ldns_sha256_Transform()
363 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform()
364 sha2_word32 T1, *W256; in ldns_sha256_Transform()
367 W256 = (sha2_word32*)context->buffer; in ldns_sha256_Transform()
421 const sha2_word32* data) { in ldns_sha256_Transform()
422 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform()
[all …]
/freebsd/contrib/unbound/compat/
H A Dsha512.c99 typedef uint32_t sha2_word32; /* Exactly 4 bytes */ typedef
113 sha2_word32 tmp = (w); \