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

/freebsd-current/contrib/openpam/include/security/
H A Dpam_constants.h70 PAM_AUTHTOK_RECOVERY_ERR = 21, enumerator in enum:__anon3492
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_constants.c66 [PAM_AUTHTOK_RECOVERY_ERR] = "PAM_AUTHTOK_RECOVERY_ERR",
103 [PAM_AUTHTOK_RECOVERY_ERR] = "Failed to recover old authentication token",
H A Dopenpam_dispatch.c235 r == PAM_AUTHTOK_RECOVERY_ERR ||
/freebsd-current/usr.bin/passwd/
H A Dpasswd.c130 pam_err == PAM_AUTHTOK_RECOVERY_ERR) \
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c31 #if !defined(PAM_AUTHTOK_RECOVERY_ERR) && defined(PAM_AUTHTOK_RECOVER_ERR)
32 #define PAM_AUTHTOK_RECOVERY_ERR PAM_AUTHTOK_RECOVER_ERR macro
353 status = PAM_AUTHTOK_RECOVERY_ERR;
/freebsd-current/lib/libpam/modules/pam_exec/
H A Dpam_exec.c92 PAM_ERR_ENV(PAM_AUTHTOK_RECOVERY_ERR),
680 case PAM_AUTHTOK_RECOVERY_ERR:
/freebsd-current/lib/libpam/modules/pam_unix/
H A Dpam_unix.c304 return (PAM_AUTHTOK_RECOVERY_ERR);
/freebsd-current/contrib/openpam/misc/
H A Dgendoc.pl85 PAM_AUTHTOK_RECOVERY_ERR => "Failed to recover old authentication token",

Completed in 203 milliseconds