Home
last modified time | relevance | path

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

/systemd-251/src/fundamental/
Dsha256.h19 #define TOTAL64_high (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__) macro
Dsha256.c117 ctx->buffer32[(bytes + pad) / 4] = SWAP((ctx->total[TOTAL64_high] << 3) in sha256_finish_ctx()