Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c81 char *firstpass, *password; in pam_sm_authenticate() local
121 (void) pam_get_item(pamh, PAM_AUTHTOK, (void **) &firstpass); in pam_sm_authenticate()
123 if (firstpass && (use_first_pass || try_first_pass)) { in pam_sm_authenticate()
126 strncmp(firstpass, the_password, in pam_sm_authenticate()
138 if (firstpass) { in pam_sm_authenticate()
165 if (firstpass == NULL) { in pam_sm_authenticate()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c93 int firstpass = 1; in process_tgs_req() local
179 if (firstpass && krb5_is_tgs_principal(request->server) == TRUE) { in process_tgs_req()
191 firstpass = 0; in process_tgs_req()
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h93 int firstpass; member
H A Dspnego_mech.c1358 sc->firstpass = 1; in acc_ctx_hints()
1543 sc->firstpass = 1; in acc_ctx_new()
1612 sc->firstpass = 0; in acc_ctx_cont()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c124 static int firstpass; in ld_mach_eflags() local
138 if (firstpass == 0) { in ld_mach_eflags()
140 firstpass++; in ld_mach_eflags()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c673 initialize(int firstpass) in initialize() argument
678 if (firstpass) { in initialize()
726 if (firstpass) in initialize()
728 read_dirs(firstpass); in initialize()
731 if (!firstpass) in initialize()