Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dsha2.c120 #define BE_64_TO_8(cp, src) do { \ macro
534 BE_64_TO_8(&context->buffer[SHA256_SHORT_BLOCK_LENGTH], in SHA256_Pad()
813 BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH], in SHA512_Pad()
815 BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH + 8], in SHA512_Pad()
837 BE_64_TO_8(digest + i * 8, context->state[i]); in SHA512_Final()
894 BE_64_TO_8(digest + i * 8, context->state[i]); in SHA384_Final()