Home | History | Annotate | Download | only in stage2

Lines Matching defs:md5

0 /* md5.c - an implementation of the MD5 algorithm and MD5 crypt */
21 /* See RFC 1321 for a description of the MD5 algorithm.
24 #include <md5.h>
45 /* F, G, H and I are basic MD5 functions.
219 /* If our crypted password isn't 3 chars, then it can't be md5
327 md5 (const char *input)
339 unsigned char* digest = md5 (buffer);
346 printf ("MD5(%s) failed: %s\n", buffer, result);
348 printf ("MD5(%s) OK\n", buffer);