Home
last modified time | relevance | path

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

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