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

/external/dropbear/libtomcrypt/src/hashes/
H A Dsha1.c47 static int sha1_compress(hash_state *md, unsigned char *buf)
151 static int sha1_compress(hash_state *md, unsigned char *buf) function
185 HASH_PROCESS(sha1_process, sha1_compress, sha1, 64)
218 sha1_compress(md, md->sha1.buf);
229 sha1_compress(md, md->sha1.buf);

Completed in 430 milliseconds