Home
last modified time | relevance | path

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

/systemd-251/src/fundamental/
Dsha256.h18 #define TOTAL64_low (1 - (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)) macro
Dsha256.c116 ctx->buffer32[(bytes + pad + 4) / 4] = SWAP(ctx->total[TOTAL64_low] << 3); in sha256_finish_ctx()
118 | (ctx->total[TOTAL64_low] >> 29)); in sha256_finish_ctx()