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.c122 #define BE_64_TO_8(cp, src) do { \ macro
602 BE_64_TO_8(&context->buffer[SHA256_SHORT_BLOCK_LENGTH], in SHA256Pad()
881 BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH], in SHA512Pad()
883 BE_64_TO_8(&context->buffer[SHA512_SHORT_BLOCK_LENGTH + 8], in SHA512Pad()
904 BE_64_TO_8(digest + i * 8, context->state.st64[i]); in SHA512Final()
961 BE_64_TO_8(digest + i * 8, context->state.st64[i]); in SHA384Final()
999 BE_64_TO_8(digest + i * 8, context->state.st64[i]);