Home
last modified time | relevance | path

Searched refs:count_bits_hi (Results 1 – 1 of 1) sorted by last modified time

/curl/lib/
H A Dcurl_sha512_256.c407 curl_uint64_t count_bits_hi; member
446 ctx->count_bits_hi = CURL_UINT64_C(0); in MHDx_sha512_256_init()
644 ctx->count_bits_hi += 1U << 3; /* Value wrap */ in MHDx_sha512_256_update()
645 ctx->count_bits_hi += ctx->count >> 61; in MHDx_sha512_256_update()
753 ctx->count_bits_hi); in MHDx_sha512_256_finish()

Completed in 17 milliseconds