Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dserverloop.c90 extern Authctxt *the_authctxt;
469 struct passwd *pw = the_authctxt->pw; in server_request_direct_streamlocal()
472 if (pw == NULL || !the_authctxt->valid) in server_request_direct_streamlocal()
600 if (session_open(the_authctxt, c->self) != 1) { in server_request_session()
761 struct passwd *pw = the_authctxt->pw; in server_input_global_request()
765 if (pw == NULL || !the_authctxt->valid) in server_input_global_request()
Dsshd-session.c202 Authctxt *the_authctxt = NULL; variable
1246 the_authctxt = authctxt; in main()
1357 if (the_active_state != NULL && the_authctxt != NULL) { in cleanup_exit()
1358 do_cleanup(the_active_state, the_authctxt); in cleanup_exit()
Dsshd-auth.c154 Authctxt *the_authctxt = NULL; variable
739 the_authctxt = authctxt; in main()