Searched refs:check_password (Results 1 – 4 of 4) sorted by relevance
1081 int check_password(char *entered, char* expected, password_t type);
604 if (! check_password (entered, password, password_type)) in run_menu()
133 check_password (char *entered, char* expected, password_t type) in check_password() function3497 if (check_password (entered, arg, type) != 0) in password_func()
3153 (check_password): New function.3157 (check_password): New function.3165 * stage2/stage2.c (run_menu): Call check_password to check password.