Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h652 password_t; typedef
655 extern password_t password_type;
1081 int check_password(char *entered, char* expected, password_t type);
H A Dbuiltins.c74 password_t password_type;
133 check_password (char *entered, char* expected, password_t type) in check_password()
3472 password_t type = PASSWORD_PLAIN; in password_func()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3149 * stage2/shared.h (password_t): New type.