Searched refs:the_authctxt (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/crypto/openssh/
H A Daudit.c45 extern Authctxt *the_authctxt;
77 if (the_authctxt == NULL || the_authctxt->user == NULL)
79 if (!the_authctxt->valid)
81 return (the_authctxt->user);
H A Daudit-bsm.c118 extern Authctxt *the_authctxt;
266 if (the_authctxt != NULL && the_authctxt->valid) {
267 uid = the_authctxt->pw->pw_uid;
268 gid = the_authctxt->pw->pw_gid;
272 sel = selected(the_authctxt->user, uid, event_no, rc);
306 if (the_authctxt == NULL) {
311 if (the_authctxt->valid)
312 info.ai_auid = the_authctxt->pw->pw_uid;
319 (void) au_user_mask(the_authctxt
[all...]
H A Dserverloop.c86 extern Authctxt *the_authctxt;
1081 if (session_open(the_authctxt, c->self) != 1) {
1230 pw = the_authctxt->pw;
1231 if (pw == NULL || !the_authctxt->valid)
H A Dsshd.c262 Authctxt *the_authctxt = NULL; variable
2248 the_authctxt = authctxt;
2683 if (the_authctxt) {
2684 do_cleanup(the_authctxt);

Completed in 168 milliseconds