Searched defs:md2 (Results 1 – 4 of 4) sorted by relevance
55 static void md2_update_chksum(md2_state *md2) in md2_update_chksum()69 static void md2_compress(md2_state *md2) in md2_compress()91 int md2_init(md2_state *md2) in md2_init()101 int md2_process(md2_state *md2, const unsigned char *buf, unsigned long len) in md2_process()125 int md2_done(md2_state * md2, unsigned char *hash) in md2_done()
57 md2_state md2; member
1213 static const WCHAR md2[] = { 'm','d','2',0 }; variable
2014 #define md2 mbedtls_md2 macro