Home | History | Annotate | Download | only in stage2

Lines Matching refs:entered

111 check_password (char *entered, char* expected, password_t type)
116 return strcmp (entered, expected);
120 return check_md5_password (entered, expected);
3006 char entered[32];
3008 /* Wipe out any previously entered password */
3009 entered[0] = 0;
3010 get_cmdline ("Password: ", entered, 31, '*', 0);
3013 if (check_password (entered, arg, type) != 0)
3047 " command line). If the password PASSWD is entered, it loads the"