Searched refs:x_authctxt (Results 1 – 2 of 2) sorted by relevance
51 extern Authctxt *x_authctxt;199 } else if (x_authctxt != NULL && x_authctxt->success) { in kexgss_server()200 ssh_gssapi_storecreds(ctxt, x_authctxt); in kexgss_server()
57 Authctxt *x_authctxt = NULL; variable108 x_authctxt = authctxt; /*XXX*/ in do_authentication2()406 return (x_authctxt != NULL && x_authctxt->valid) ? x_authctxt->pw : NULL; in auth_get_user()