Home
last modified time | relevance | path

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

/crypt/
A Dsha512.c141 ctx->total[TOTAL128_low] += bytes; in __sha512_finish_ctx()
142 if (ctx->total[TOTAL128_low] < bytes) in __sha512_finish_ctx()
150 ctx->buffer64[(bytes + pad + 8) / 8] = SWAP (ctx->total[TOTAL128_low] << 3); in __sha512_finish_ctx()
152 | (ctx->total[TOTAL128_low] >> 61)); in __sha512_finish_ctx()
A Dsha512.h41 #define TOTAL128_low (1 - (BYTE_ORDER == LITTLE_ENDIAN)) macro
A Dsha512-block.c26 ctx->total[TOTAL128_low] += lolen; in __sha512_process_block()
28 + (ctx->total[TOTAL128_low] < lolen)); in __sha512_process_block()

Completed in 7 milliseconds