Searched refs:authtok (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libpam/modules/pam_guest/
H A Dpam_guest.c74 const char *authtok, *guests, *user; local
90 err = pam_get_authtok(pamh, PAM_AUTHTOK, &authtok, NULL);
94 strcmp(user, authtok) != 0)
97 pam_set_item(pamh, PAM_RUSER, authtok);
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dpam_get_authtok.c67 const char **authtok,
79 *authtok = NULL;
113 *authtok = prevauthtok;
162 r = pam_get_item(pamh, item, (const void **)authtok);
182 * location pointed to by the =authtok argument, and the corresponding PAM
65 pam_get_authtok(pam_handle_t *pamh, int item, const char **authtok, const char *prompt) argument
/freebsd-12-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c174 const char *authtok; local
245 /* set up pipe and get authtok if requested */
255 rc = pam_get_authtok(pamh, PAM_AUTHTOK, &authtok, NULL);
258 authtok_size = strlen(authtok) + 1;
376 if ((wlen = write(chin[1], authtok, authtok_size)) < 0) {
383 authtok += wlen;

Completed in 99 milliseconds