Home
last modified time | relevance | path

Searched refs:check_password (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dp12access.c62 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 Dkeystore.c79 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 Dshared.h1078 int check_password(char *entered, char* expected, password_t type);
H A Dstage2.c604 if (! check_password (entered, password, password_type)) in run_menu()
H A Dbuiltins.c130 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 DChangeLog3153 (check_password): New function.
3157 (check_password): New function.
3165 * stage2/stage2.c (run_menu): Call check_password to check password.