Home | History | Annotate | Download | only in openssh

Lines Matching refs:authctxt

244 Authctxt *the_authctxt = NULL;
579 privsep_preauth(Authctxt *authctxt)
609 monitor_child_preauth(authctxt, pmonitor);
648 privsep_postauth(Authctxt *authctxt)
653 if (authctxt->pw->pw_uid == 0) {
686 do_setusercontext(authctxt->pw);
1424 Authctxt *authctxt;
2071 authctxt = xcalloc(1, sizeof(*authctxt));
2073 authctxt->loginmsg = &loginmsg;
2076 the_authctxt = authctxt;
2083 if (privsep_preauth(authctxt) == 1)
2095 do_authentication2(authctxt);
2113 authctxt->authenticated = 1;
2125 temporarily_use_uid(authctxt->pw);
2142 privsep_postauth(authctxt);
2153 do_authenticated(authctxt);