Home
last modified time | relevance | path

Searched refs:AUTHPAM_ERROR (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dauth-pam.h59 #define AUTHPAM_ERROR(ac, rv) ((ac != NULL && ac->pam != NULL && \ macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth1.c361 authctxt->pam_retval = AUTHPAM_ERROR(authctxt, in do_authloop()
H A Dauth2.c367 authctxt->pam_retval = AUTHPAM_ERROR(authctxt, PAM_PERM_DENIED); in userauth_finish()
H A Dauth.c347 audit_sshd_login_failure(&ah, AUTHPAM_ERROR(authctxt, in audit_failed_login_cleanup()