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

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

Completed in 435 milliseconds