Searched defs:firstpass (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c83 char *firstpass, *password; local
123 (void) pam_get_item(pamh, PAM_AUTHTOK, (void **) &firstpass);
125 if (firstpass && (use_first_pass || try_first_pass)) {
128 strncmp(firstpass, the_password,
140 if (firstpass) {
167 if (firstpass == NULL) {
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h93 int firstpass; member in struct:__anon1059

Completed in 39 milliseconds