sha2_word64        67 srclib/apr/random/unix/sha2.c         sha2_word64 tmp = (w); \
sha2_word64        82 srclib/apr/random/unix/sha2.c         (w)[0] += (sha2_word64)(n); \
sha2_word64       192 srclib/apr/random/unix/sha2.c static const sha2_word64 K512[80] = {
sha2_word64       236 srclib/apr/random/unix/sha2.c static const sha2_word64 sha384_initial_hash_value[8] = {
sha2_word64       248 srclib/apr/random/unix/sha2.c static const sha2_word64 sha512_initial_hash_value[8] = {
sha2_word64       540 srclib/apr/random/unix/sha2.c                 *(sha2_word64*)&context->buffer[SHA256_SHORT_BLOCK_LENGTH] = context->bitcount;
sha2_word64       643 srclib/apr/random/unix/sha2.c         sha2_word64     a, b, c, d, e, f, g, h, s0, s1;
sha2_word64       644 srclib/apr/random/unix/sha2.c         sha2_word64     T1, *W512 = (sha2_word64*)context->buffer;
sha2_word64       698 srclib/apr/random/unix/sha2.c         sha2_word64     a, b, c, d, e, f, g, h, s0, s1;
sha2_word64       699 srclib/apr/random/unix/sha2.c         sha2_word64     T1, T2, *W512 = (sha2_word64*)context->buffer;
sha2_word64       798 srclib/apr/random/unix/sha2.c                         apr__SHA512_Transform(context, (sha2_word64*)context->buffer);
sha2_word64       810 srclib/apr/random/unix/sha2.c                 apr__SHA512_Transform(context, (sha2_word64*)data);
sha2_word64       846 srclib/apr/random/unix/sha2.c                         apr__SHA512_Transform(context, (sha2_word64*)context->buffer);
sha2_word64       859 srclib/apr/random/unix/sha2.c         *(sha2_word64*)&context->buffer[SHA512_SHORT_BLOCK_LENGTH] = context->bitcount[1];
sha2_word64       860 srclib/apr/random/unix/sha2.c         *(sha2_word64*)&context->buffer[SHA512_SHORT_BLOCK_LENGTH+8] = context->bitcount[0];
sha2_word64       863 srclib/apr/random/unix/sha2.c         apr__SHA512_Transform(context, (sha2_word64*)context->buffer);
sha2_word64       867 srclib/apr/random/unix/sha2.c         sha2_word64     *d = (sha2_word64*)digest;
sha2_word64       942 srclib/apr/random/unix/sha2.c         sha2_word64     *d = (sha2_word64*)digest;