Home
last modified time | relevance | path

Searched defs:md2 (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/rsaenh/
H A Dmd2.c55 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()
H A Dimplglue.h57 md2_state md2; member
/reactos/dll/win32/crypt32/
H A Doid.c1213 static const WCHAR md2[] = { 'm','d','2',0 }; variable
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dcompat-1.3.h2014 #define md2 mbedtls_md2 macro