Searched refs:pam_get_authtok (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenPAM-20/openpam/lib/
H A Dpam_get_authtok.c35 * $Id: pam_get_authtok.c 408 2007-12-21 11:36:24Z des $
59 pam_get_authtok(pam_handle_t *pamh, function
145 * The =pam_get_authtok function returns the cached authentication token,
165 * item, =pam_get_authtok will ask the user to confirm the new token by
167 * If there is a mismatch, =pam_get_authtok will return =PAM_TRY_AGAIN.
/macosx-10.10/pam_modules-140/modules/pam_opendirectory/
H A Dpam_opendirectory.c160 if (PAM_SUCCESS != (retval = pam_get_authtok(pamh, PAM_AUTHTOK, &password, password_prompt))) {
265 if (PAM_SUCCESS != (retval = pam_get_authtok(pamh, PAM_OLDAUTHTOK, &old_password, old_password_prompt))) {
269 if (PAM_SUCCESS != (retval = pam_get_authtok(pamh, PAM_AUTHTOK, &new_password, new_password_prompt))) {
/macosx-10.10/OpenPAM-20/openpam/modules/pam_unix/
H A Dpam_unix.c100 pam_err = pam_get_authtok(pamh, PAM_AUTHTOK,
/macosx-10.10/OpenPAM-20/openpam/include/security/
H A Dopenpam.h93 pam_get_authtok(pam_handle_t *_pamh,
/macosx-10.10/pam_modules-140/modules/pam_krb5/
H A Dpam_krb5.c193 retval = pam_get_authtok(pamh, PAM_AUTHTOK, (const char **)&pass, PASSWORD_PROMPT);
255 retval = pam_get_authtok(pamh, PAM_AUTHTOK, (const char **)&pass, PASSWORD_PROMPT);
892 retval = pam_get_authtok(pamh, PAM_OLDAUTHTOK, (const char **)&pass, PASSWORD_PROMPT);
912 retval = pam_get_authtok(pamh,
/macosx-10.10/pam_modules-140/modules/pam_ntlm/
H A Dpam_ntlm.c56 retval = pam_get_authtok(pamh, PAM_AUTHTOK, &password, NULL);
/macosx-10.10/pam_modules-140/modules/pam_mount/
H A Dpam_mount.c54 if (PAM_SUCCESS != pam_get_authtok(pamh, PAM_AUTHTOK, (void *)&authenticator, password_prompt)) {

Completed in 79 milliseconds