Home
last modified time | relevance | path

Searched refs:authenticated (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-12.1/crypto/openssh/
H A Dauth2.c261 int authenticated = 0; in input_userauth_request() local
355 authenticated = m->userauth(ssh); in input_userauth_request()
357 if (!authctxt->authenticated) in input_userauth_request()
376 if (!authctxt->valid && authenticated) in userauth_finish()
379 if (authenticated && authctxt->postponed) in userauth_finish()
385 authenticated = 0; in userauth_finish()
393 authenticated = 0; in userauth_finish()
402 if (authenticated || partial) in userauth_finish()
409 if (options.use_pam && authenticated) { in userauth_finish()
427 if (authenticated == 1) { in userauth_finish()
[all …]
H A Dauth2-kbdint.c47 int r, authenticated = 0; in userauth_kbdint() local
58 authenticated = auth2_challenge(ssh, devs); in userauth_kbdint()
62 return authenticated; in userauth_kbdint()
H A Dauth2-hostbased.c68 int r, pktype, authenticated = 0; in userauth_hostbased() local
142 authenticated = 0; in userauth_hostbased()
146 authenticated = 1; in userauth_hostbased()
148 auth2_record_key(authctxt, authenticated, key); in userauth_hostbased()
151 debug2("%s: authenticated %d", __func__, authenticated); in userauth_hostbased()
158 return authenticated; in userauth_hostbased()
H A Dauth2-passwd.c53 int authenticated = 0, r; in userauth_passwd() local
66 authenticated = 1; in userauth_passwd()
69 return authenticated; in userauth_passwd()
H A Dauth2-gss.c249 int r, authenticated; in input_gssapi_exchange_complete() local
263 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete()
274 userauth_finish(ssh, authenticated, "gssapi-with-mic", NULL); in input_gssapi_exchange_complete()
283 int r, authenticated = 0; in input_gssapi_mic() local
309 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic()
325 userauth_finish(ssh, authenticated, "gssapi-with-mic", NULL); in input_gssapi_mic()
H A Dmonitor.c300 while (!authenticated) { in monitor_child_preauth()
310 if (authenticated && in monitor_child_preauth()
315 authenticated = 0; in monitor_child_preauth()
320 if (authenticated) { in monitor_child_preauth()
326 authenticated = 0; in monitor_child_preauth()
346 if (!partial && !authenticated) in monitor_child_preauth()
348 if (authenticated || partial) { in monitor_child_preauth()
892 int r, authenticated; in mm_answer_authpassword() local
923 return (authenticated); in mm_answer_authpassword()
1888 int r, authenticated; in mm_answer_gss_userok() local
[all …]
H A Dauth2-chall.c295 int authenticated = 0, res; in input_userauth_info_response() local
337 authenticated = authctxt->valid ? 1 : 0; in input_userauth_info_response()
350 if (authenticated) { in input_userauth_info_response()
358 userauth_finish(ssh, authenticated, "keyboard-interactive", in input_userauth_info_response()
H A Dauth2-pubkey.c98 int authenticated = 0; in userauth_pubkey() local
188 authenticated = 0; in userauth_pubkey()
194 authenticated = 1; in userauth_pubkey()
196 auth2_record_key(authctxt, authenticated, key); in userauth_pubkey()
231 if (authenticated == 1 && auth_activate_options(ssh, authopts) != 0) { in userauth_pubkey()
233 authenticated = 0; in userauth_pubkey()
235 debug2("%s: authenticated %d pkalg %s", __func__, authenticated, pkalg); in userauth_pubkey()
246 return authenticated; in userauth_pubkey()
H A Dmonitor_wrap.c437 int r, authenticated = 0; in mm_auth_password() local
454 if ((r = sshbuf_get_u32(m, &authenticated)) != 0) in mm_auth_password()
467 __func__, authenticated ? "" : "not "); in mm_auth_password()
468 return (authenticated); in mm_auth_password()
1029 int r, authenticated = 0; in mm_ssh_gssapi_userok() local
1038 if ((r = sshbuf_get_u32(m, &authenticated)) != 0) in mm_ssh_gssapi_userok()
1042 debug3("%s: user %sauthenticated",__func__, authenticated ? "" : "not "); in mm_ssh_gssapi_userok()
1043 return (authenticated); in mm_ssh_gssapi_userok()
H A Dauth.c309 auth_log(Authctxt *authctxt, int authenticated, int partial, in auth_log() argument
321 if (authenticated == 1 || in auth_log()
332 authmsg = authenticated ? "Accepted" : "Failed"; in auth_log()
333 if (authenticated) in auth_log()
356 if (authenticated == 0 && !authctxt->postponed && in auth_log()
363 if (authenticated) in auth_log()
370 if (authenticated == 0 && !authctxt->postponed) in auth_log()
H A DPROTOCOL.chacha20poly13051 This document describes the [email protected] authenticated
17 authenticated encryption mode. The construction used is based on that
/freebsd-12.1/crypto/heimdal/lib/gssapi/mech/
H A Dgss_get_name_attribute.c39 int *authenticated, in gss_get_name_attribute() argument
50 if (authenticated != NULL) in gss_get_name_attribute()
51 *authenticated = 0; in gss_get_name_attribute()
69 authenticated, in gss_get_name_attribute()
H A Dgss_authorize_localname.c85 int authenticated = 0, complete = 0; in attr_authorize_localname() local
90 &authenticated, in attr_authorize_localname()
101 if (authenticated && in attr_authorize_localname()
H A Dgss_pname_to_uid.c77 int authenticated = 0, complete = 0; in attr_pname_to_uid()
89 &authenticated, in attr_pname_to_uid()
/freebsd-12.1/contrib/telnet/libtelnet/
H A Dauth.c99 static Authenticator *authenticated = 0; variable
205 authenticated = 0; in auth_init()
544 if (!(authenticated = ap)) in auth_finished()
545 authenticated = &NoAuth; in auth_finished()
567 while (!authenticated) in auth_wait()
576 if (!authenticated || authenticated == &NoAuth) in auth_wait()
582 if (authenticated->status) in auth_wait()
583 validuser = (*authenticated->status)(authenticated, in auth_wait()
/freebsd-12.1/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c98 static Authenticator *authenticated = 0; variable
196 authenticated = 0; in auth_init()
544 if (!(authenticated = ap)) in auth_finished()
545 authenticated = &NoAuth; in auth_finished()
567 while (!authenticated) in auth_wait()
576 if (!authenticated || authenticated == &NoAuth) in auth_wait()
582 if (authenticated->status) in auth_wait()
583 validuser = (*authenticated->status)(authenticated, in auth_wait()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_fops.c67 priv->authenticated = DRM_SUSER(p); in drm_open_helper()
H A Ddrm_vm.c54 if (file_priv && !file_priv->authenticated) in drm_mmap()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_fops.c202 priv->authenticated = DRM_SUSER(p); in drm_open_helper()
240 priv->authenticated = 1; in drm_open_helper()
411 temp->authenticated = 0; in drm_release()
H A Ddrm_drv.c384 file_priv->authenticated); in drm_ioctl()
461 ((ioctl->flags & DRM_AUTH) && !file_priv->authenticated) || in drm_ioctl()
492 file_priv->authenticated, -retcode); in drm_ioctl()
H A Ddrm_vm.c68 if (file_priv && !file_priv->authenticated) in drm_mmap()
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c816 svn_boolean_t authenticated = FALSE; in add_access_entry() local
854 authenticated = TRUE; in add_access_entry()
861 authenticated = TRUE; in add_access_entry()
870 authenticated = TRUE; in add_access_entry()
916 if (anonymous || authenticated) in add_access_entry()
923 if (authenticated) in add_access_entry()
/freebsd-12.1/crypto/heimdal/etc/
H A Dservices.append10 klogin 543/tcp # Kerberos authenticated rlogin
/freebsd-12.1/contrib/googletest/googletest/scripts/
H A Dupload.py145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True
/freebsd-12.1/contrib/googletest/googlemock/scripts/
H A Dupload.py145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True

1234