Searched refs:check_password (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/common/net/wanboot/ |
H A D | p12access.c | 62 static int check_password(PKCS12 *, char *); 420 if (check_password(p12, passwd) == 0) { in p12_doparse() 474 check_password(PKCS12 *p12, char *pass) in check_password() function
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 79 static boolean_t check_password(PKCS12 *, char *); 1744 if (check_password(p12, in read_keystore() 1795 if (check_password(p12, in read_keystore() 1853 if (check_password(p12, "") == B_TRUE) { in get_keystore_passwd() 1855 } else if (check_password(p12, NULL) == B_TRUE) { in get_keystore_passwd() 1866 if (check_password(p12, passbuf) == B_FALSE) { in get_keystore_passwd() 2454 check_password(PKCS12 *p12, char *pass) in check_password() function
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 1078 int check_password(char *entered, char* expected, password_t type);
|
H A D | stage2.c | 604 if (! check_password (entered, password, password_type)) in run_menu()
|
H A D | builtins.c | 130 check_password (char *entered, char* expected, password_t type) in check_password() function 3490 if (check_password (entered, arg, type) != 0) in password_func()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3153 (check_password): New function. 3157 (check_password): New function. 3165 * stage2/stage2.c (run_menu): Call check_password to check password.
|