Home
last modified time | relevance | path

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

/curl/lib/
H A Dsha256.c350 static int sha256_compress(struct sha256_state *md, in sha256_compress() function
429 if(sha256_compress(md, (unsigned char *)in) < 0) in my_sha256_update()
442 if(sha256_compress(md, md->buf) < 0) in my_sha256_update()
479 sha256_compress(md, md->buf); in my_sha256_final()
490 sha256_compress(md, md->buf); in my_sha256_final()

Completed in 7 milliseconds