Searched defs:check_password (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12access.c62 static int check_password(PKCS12 *, char *);
420 if (check_password(p12, passwd) == 0) {
462 * check_password - do various password checks to see if the current password
474 check_password(PKCS12 *p12, char *pass) function
/illumos-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c79 static boolean_t check_password(PKCS12 *, char *);
1744 if (check_password(p12,
1795 if (check_password(p12,
1853 if (check_password(p12, "") == B_TRUE) {
1855 } else if (check_password(p12, NULL) == B_TRUE) {
1866 if (check_password(p12, passbuf) == B_FALSE) {
2443 * check_password - do various password checks to see if the current password
2454 check_password(PKCS12 *p12, char *pass) function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c130 check_password (char *entered, char* expected, password_t type) function
3534 if (check_password (entered, arg, type) != 0)

Completed in 80 milliseconds