sha2_word64 92 ext/digest/sha2/sha2.c sha2_word64 tmp = (w); \
sha2_word64 107 ext/digest/sha2/sha2.c (w)[0] += (sha2_word64)(n); \
sha2_word64 217 ext/digest/sha2/sha2.c const static sha2_word64 K512[80] = {
sha2_word64 261 ext/digest/sha2/sha2.c const static sha2_word64 sha384_initial_hash_value[8] = {
sha2_word64 273 ext/digest/sha2/sha2.c const static sha2_word64 sha512_initial_hash_value[8] = {
sha2_word64 557 ext/digest/sha2/sha2.c *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount;
sha2_word64 628 ext/digest/sha2/sha2.c sha2_word64 a, b, c, d, e, f, g, h, s0, s1;
sha2_word64 629 ext/digest/sha2/sha2.c sha2_word64 T1, *W512 = (sha2_word64*)context->buffer;
sha2_word64 683 ext/digest/sha2/sha2.c sha2_word64 a, b, c, d, e, f, g, h, s0, s1;
sha2_word64 684 ext/digest/sha2/sha2.c sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer;
sha2_word64 782 ext/digest/sha2/sha2.c SHA512_Transform(context, (const sha2_word64*)context->buffer);
sha2_word64 794 ext/digest/sha2/sha2.c SHA512_Transform(context, (const sha2_word64*)data);
sha2_word64 829 ext/digest/sha2/sha2.c SHA512_Transform(context, (const sha2_word64*)context->buffer);
sha2_word64 842 ext/digest/sha2/sha2.c *(sha2_word64*)&context->buffer[SHA512_SHORT_BLOCK_LENGTH] = context->bitcount[1];
sha2_word64 843 ext/digest/sha2/sha2.c *(sha2_word64*)&context->buffer[SHA512_SHORT_BLOCK_LENGTH+8] = context->bitcount[0];
sha2_word64 846 ext/digest/sha2/sha2.c SHA512_Transform(context, (const sha2_word64*)context->buffer);
sha2_word64 850 ext/digest/sha2/sha2.c sha2_word64 *d = (sha2_word64*)digest;
sha2_word64 893 ext/digest/sha2/sha2.c sha2_word64 *d = (sha2_word64*)digest;