Home
last modified time | relevance | path

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

/systemd-251/src/fundamental/
Dsha256.c92 ctx->total64 = 0; in sha256_init_ctx()
110 ctx->total64 += bytes; in sha256_finish_ctx()
223 ctx->total64 += len; in sha256_process_block()
Dsha256.h17 uint64_t total64; member