Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth-pam.c251 static Authctxt *sshpam_authctxt = NULL; variable
292 if (sshpam_authctxt == NULL) in sshpam_chauthtok_ruid()
311 if (sshpam_authctxt == NULL) in sshpam_password_change_required()
313 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
500 if (sshpam_authctxt != NULL) { in sshpam_thread()
509 if (sshpam_authctxt == NULL) in sshpam_thread()
529 if (sshpam_authctxt->force_pwchange) { in sshpam_thread()
715 sshpam_authctxt = authctxt; in sshpam_init()
912 if (!sshpam_authctxt->valid || in sshpam_query()
992 if (sshpam_authctxt->valid && in sshpam_respond()
[all …]