sha2_word32 139 ext/digest/sha2/sha2.c sha2_word32 tmp = (w); \ sha2_word32 141 ext/digest/sha2/sha2.c (x) = ((tmp & (sha2_word32)0xff00ff00UL) >> 8) | ((tmp & (sha2_word32)0x00ff00ffUL) << 8); \ sha2_word32 237 ext/digest/sha2/sha2.c static const sha2_word32 K256[64] = { sha2_word32 257 ext/digest/sha2/sha2.c static const sha2_word32 sha256_initial_hash_value[8] = { sha2_word32 392 ext/digest/sha2/sha2.c sha2_word32 a, b, c, d, e, f, g, h, s0, s1; sha2_word32 393 ext/digest/sha2/sha2.c sha2_word32 T1, *W256; sha2_word32 396 ext/digest/sha2/sha2.c W256 = (sha2_word32*)context->buffer; sha2_word32 450 ext/digest/sha2/sha2.c sha2_word32 a, b, c, d, e, f, g, h, s0, s1; sha2_word32 451 ext/digest/sha2/sha2.c sha2_word32 T1, T2, *W256; sha2_word32 454 ext/digest/sha2/sha2.c W256 = (sha2_word32*)context->buffer; sha2_word32 551 ext/digest/sha2/sha2.c SHA256_Transform(context, (sha2_word32*)context->buffer); sha2_word32 564 ext/digest/sha2/sha2.c SHA256_Transform(context, (sha2_word32*)context->buffer); sha2_word32 579 ext/digest/sha2/sha2.c sha2_word32 *d = (sha2_word32*)digest; sha2_word32 604 ext/digest/sha2/sha2.c SHA256_Transform(context, (sha2_word32*)context->buffer); sha2_word32 621 ext/digest/sha2/sha2.c SHA256_Transform(context, (sha2_word32*)context->buffer);