Searched refs:pam_chauthtok (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3pam/
H A DMakefile24 pam_chauthtok.3pam \
/illumos-gate/usr/src/lib/libpam/
H A Dpam_appl.h68 /* Errors returned by pam_chauthtok() */
300 /* pam_chauthtok is called to change authentication token */
303 pam_chauthtok(
H A Dpam_framework.c1311 * pam_chauthtok - change user authentication token
1315 pam_chauthtok(pam_handle_t *pamh, int flags) function
1322 "pam_chauthtok(%p, %x): %s", (void *)pamh, flags,
1329 PAM_AUTHTOK_ERR, PAM_CHAUTHTOK, "pam_chauthtok-prelim");
1342 "pam_chauthtok-update");
/illumos-gate/usr/src/cmd/power/
H A Dsys-suspend.c835 err = pam_chauthtok(pm_pamh,
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c368 dprintf1("call pam_chauthtok() repository name =%s\n",
417 pam_retval = pam_chauthtok(pamh, chk_authtok);
420 pam_retval = pam_chauthtok(pamh, chk_authtok);
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c1667 error = pam_chauthtok(pamh,
1671 error = pam_chauthtok(pamh,
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c754 err = pam_chauthtok(vt_pamh,
/illumos-gate/usr/src/cmd/su/
H A Dsu.c1335 while ((error = pam_chauthtok(pamh,

Completed in 77 milliseconds