lib/libc/hash/sha2.c
590
BE_64_TO_8(&context->buffer[SHA256_SHORT_BLOCK_LENGTH],
lib/libc/hash/sha2.c
869
BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH],
lib/libc/hash/sha2.c
871
BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH + 8],
lib/libc/hash/sha2.c
892
BE_64_TO_8(digest + i * 8, context->state.st64[i]);
lib/libc/hash/sha2.c
930
BE_64_TO_8(digest + i * 8, context->state.st64[i]);
lib/libc/hash/sha2.c
967
BE_64_TO_8(digest + i * 8, context->state.st64[i]);
sys/lib/libsa/sha2.c
583
BE_64_TO_8(&context->buffer[SHA256_SHORT_BLOCK_LENGTH],
sys/lib/libsa/sha2.c
857
BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH],
sys/lib/libsa/sha2.c
859
BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH + 8],
sys/lib/libsa/sha2.c
879
BE_64_TO_8(digest + i * 8, context->state.st64[i]);
sys/lib/libsa/sha2.c
912
BE_64_TO_8(digest + i * 8, context->state.st64[i]);
sys/lib/libsa/sha2.c
944
BE_64_TO_8(digest + i * 8, context->state.st64[i]);