Searched refs:TOTAL128_low (Results 1 – 3 of 3) sorted by relevance
141 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()
41 #define TOTAL128_low (1 - (BYTE_ORDER == LITTLE_ENDIAN)) macro
26 ctx->total[TOTAL128_low] += lolen; in __sha512_process_block()28 + (ctx->total[TOTAL128_low] < lolen)); in __sha512_process_block()
Completed in 7 milliseconds