Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_sha512_256.c96 #define CURL_SHA512_256_BLOCK_SIZE 128 macro
199 #define CURL_SHA512_256_BLOCK_SIZE SHA512_256_BLOCK_SIZE macro
380 #define CURL_SHA512_256_BLOCK_SIZE (SHA512_256_BLOCK_SIZE_BITS / 8) macro
669 while(CURL_SHA512_256_BLOCK_SIZE <= length) { in MHDx_sha512_256_update()
673 data += CURL_SHA512_256_BLOCK_SIZE; in MHDx_sha512_256_update()
674 length -= CURL_SHA512_256_BLOCK_SIZE; in MHDx_sha512_256_update()
741 if(bytes_have < CURL_SHA512_256_BLOCK_SIZE) in MHDx_sha512_256_finish()
743 CURL_SHA512_256_BLOCK_SIZE - bytes_have); in MHDx_sha512_256_finish()
758 + CURL_SHA512_256_BLOCK_SIZE \ in MHDx_sha512_256_finish()
762 + CURL_SHA512_256_BLOCK_SIZE \ in MHDx_sha512_256_finish()
[all …]

Completed in 6 milliseconds