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

/freebsd-13-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-13-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-13-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c177 const char *authtok; local
249 /* set up pipe and get authtok if requested */
263 authtok = item;
265 rc = pam_get_authtok(pamh, PAM_AUTHTOK, &authtok, NULL);
269 authtok_size = strlen(authtok) + 1;
387 if ((wlen = write(chin[1], authtok, authtok_size)) < 0) {
394 authtok += wlen;
/freebsd-13-stable/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c157 const pw_password_t *authtok = NULL; local
159 (const void**)(&authtok));
161 return (authtok);

Completed in 78 milliseconds