Searched refs:s_md4_compress (Results 1 – 1 of 1) sorted by relevance
70 static int s_md4_compress(hash_state *md, const unsigned char *buf) in ss_md4_compress()152 static int s_md4_compress(hash_state *md, const unsigned char *buf) in s_md4_compress() function185 HASH_PROCESS(md4_process, s_md4_compress, md4, 64)218 s_md4_compress(md, md->md4.buf); in md4_done()229 s_md4_compress(md, md->md4.buf); in md4_done()
Completed in 2 milliseconds