Lines Matching defs:authctxt
185 /* global key/cert auth options. XXX move to permanent ssh->authctxt? */
425 privsep_postauth(struct ssh *ssh, Authctxt *authctxt)
470 do_setusercontext(authctxt->pw);
850 Authctxt *authctxt;
1292 authctxt = xcalloc(1, sizeof(*authctxt));
1293 ssh->authctxt = authctxt;
1296 the_authctxt = authctxt;
1321 authctxt->authenticated = 1;
1338 temporarily_use_uid(authctxt->pw);
1354 privsep_postauth(ssh, authctxt);
1364 do_authenticated(ssh, authctxt);