Searched refs:CURL_SHA512_256_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
96 #define CURL_SHA512_256_BLOCK_SIZE 128 macro199 #define CURL_SHA512_256_BLOCK_SIZE SHA512_256_BLOCK_SIZE macro380 #define CURL_SHA512_256_BLOCK_SIZE (SHA512_256_BLOCK_SIZE_BITS / 8) macro669 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