Searched refs:sha512_compress (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/hashes/sha2/
H A Dsha512.c96 static int sha512_compress(hash_state * md, unsigned char *buf)
161 static int sha512_compress(hash_state * md, unsigned char *buf) function
198 HASH_PROCESS(sha512_process, sha512_compress, sha512, 128)
231 sha512_compress(md, md->sha512.buf);
245 sha512_compress(md, md->sha512.buf);

Completed in 39 milliseconds