Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/hashes/chc/
Dchc.c132 static int chc_compress(hash_state *md, unsigned char *buf) in chc_compress() function
160 HASH_PROCESS(_chc_process, chc_compress, chc, (unsigned long)cipher_blocksize)
226 chc_compress(md, md->chc.buf); in chc_done()
237 chc_compress(md, md->chc.buf); in chc_done()