Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dserverloop.c88 extern Authctxt *the_authctxt;
482 struct passwd *pw = the_authctxt->pw; in server_request_direct_streamlocal()
485 if (pw == NULL || !the_authctxt->valid) in server_request_direct_streamlocal()
612 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()
772 struct passwd *pw = the_authctxt->pw; in server_input_global_request()
776 if (pw == NULL || !the_authctxt->valid) in server_input_global_request()
H A Dsshd.c243 Authctxt *the_authctxt = NULL; variable
2228 the_authctxt = authctxt;
2444 if (the_active_state != NULL && the_authctxt != NULL) {
2445 do_cleanup(the_active_state, the_authctxt);