Searched refs:md5_password (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | md5.h | 26 extern int md5_password (const char *key, char *crypted, int check); 29 #define check_md5_password(key,crypted) md5_password((key), (crypted), 1) 30 #define make_md5_password(key,crypted) md5_password((key), (crypted), 0)
|
H A D | md5.c | 207 md5_password (const char *key, char *crypted, int check) function
|
Completed in 118 milliseconds