Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/sha2/
H A Dsha2.c126 typedef uint32_t sha2_word32; /* Exactly 4 bytes */
132 typedef u_int32_t sha2_word32; /* Exactly 4 bytes */ typedef
148 sha2_word32 tmp = (w); \
218 static const sha2_word32 K256[64] = {
372 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform()
373 sha2_word32 T1, *W256; in SHA256_Transform()
376 W256 = (sha2_word32*)context->buffer; in SHA256_Transform()
430 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform()
431 sha2_word32 T1, T2, *W256; in SHA256_Transform()
434 W256 = (sha2_word32*)context->buffer; in SHA256_Transform()
[all …]
/dragonfly/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] = {
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()
422 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in ldns_sha256_Transform()
423 sha2_word32 T1, T2, *W256; in ldns_sha256_Transform()
426 W256 = (sha2_word32*)context->buffer; in ldns_sha256_Transform()
537 ldns_sha256_Transform(context, (sha2_word32*)data); in ldns_sha256_update()
[all …]