Searched refs:BE_64_TO_8 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c120 #define BE_64_TO_8(cp, src) do { \ macro
534 BE_64_TO_8(&context->buffer[SHA256_SHORT_BLOCK_LENGTH],
813 BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH],
815 BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH + 8],
837 BE_64_TO_8(digest + i * 8, context->state[i]);
894 BE_64_TO_8(digest + i * 8, context->state[i]);

Completed in 95 milliseconds