Home
last modified time | relevance | path

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

/external/grub/stage2/
Dshared.h989 int check_password(char *entered, char* expected, password_t type);
Dstage2.c593 if (! check_password (entered, password, password_type)) in run_menu()
Dbuiltins.c111 check_password (char *entered, char* expected, password_t type) in check_password() function
2973 if (check_password (entered, arg, type) != 0) in password_func()
/external/grub/
DChangeLog2994 (check_password): New function.
2998 (check_password): New function.
3006 * stage2/stage2.c (run_menu): Call check_password to check password.