Home
last modified time | relevance | path

Searched refs:check_md5_password (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dmd5.h29 #define check_md5_password(key,crypted) md5_password((key), (crypted), 1) macro
H A Dmd5.c374 if (check_md5_password ("Hello world!", in main()
H A Dbuiltins.c139 return check_md5_password (entered, expected); in check_password()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog3066 * stage2/md5.c (check_md5_password): Removed.
3068 check_md5_password.
3072 * stage2/md5.h (check_md5_password): Changed to just a macro.