Lines Matching refs:sha2_word32
102 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()
423 sha2_word32 T1, T2, *W256; in ldns_sha256_Transform()
426 W256 = (sha2_word32*)context->buffer; in ldns_sha256_Transform()
524 ldns_sha256_Transform(context, (sha2_word32*)context->buffer); in ldns_sha256_update()
537 ldns_sha256_Transform(context, (sha2_word32*)data); in ldns_sha256_update()
558 sha2_word32 *d = (sha2_word32*)digest; in ldns_sha256_final()
584 ldns_sha256_Transform(context, (sha2_word32*)context->buffer); in ldns_sha256_final()
601 ldns_sha256_Transform(context, (sha2_word32*)context->buffer); in ldns_sha256_final()