Searched refs:count_bits_hi (Results 1 – 1 of 1) sorted by relevance
413 curl_uint64_t count_bits_hi; member452 ctx->count_bits_hi = CURL_UINT64_C(0); in MHDx_sha512_256_init()650 ctx->count_bits_hi += 1U << 3; /* Value wrap */ in MHDx_sha512_256_update()651 ctx->count_bits_hi += ctx->count >> 61; in MHDx_sha512_256_update()760 ctx->count_bits_hi); in MHDx_sha512_256_finish()
Completed in 6 milliseconds