Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_sha512_256.c655 unsigned int bytes_left = CURL_SHA512_256_BLOCK_SIZE - bytes_have; in MHDx_sha512_256_update() local
656 if(length >= bytes_left) { in MHDx_sha512_256_update()
661 bytes_left); in MHDx_sha512_256_update()
662 data += bytes_left; in MHDx_sha512_256_update()
663 length -= bytes_left; in MHDx_sha512_256_update()

Completed in 5 milliseconds