Home
last modified time | relevance | path

Searched refs:md5_password (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.h26 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 Dmd5.c207 md5_password (const char *key, char *crypted, int check) in md5_password() function
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2044 * stage2/md5.c (md5_password): Ensure the password exists before
3067 (md5_password): New function. Mostly copied from
3073 (md5_password): Declared.