Home
last modified time | relevance | path

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

/external/grub/stage2/
Dshared.h605 password_t; typedef
608 extern password_t password_type;
989 int check_password(char *entered, char* expected, password_t type);
Dbuiltins.c73 password_t password_type;
111 check_password (char *entered, char* expected, password_t type) in check_password()
2948 password_t type = PASSWORD_PLAIN; in password_func()
/external/grub/
DChangeLog2990 * stage2/shared.h (password_t): New type.