| /freebsd-12.1/crypto/openssh/ |
| H A D | auth2.c | 261 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 D | auth2-kbdint.c | 47 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 D | auth2-hostbased.c | 68 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 D | auth2-passwd.c | 53 int authenticated = 0, r; in userauth_passwd() local 66 authenticated = 1; in userauth_passwd() 69 return authenticated; in userauth_passwd()
|
| H A D | auth2-gss.c | 249 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 D | monitor.c | 300 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 D | auth2-chall.c | 295 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 D | auth2-pubkey.c | 98 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 D | monitor_wrap.c | 437 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 D | auth.c | 309 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 D | PROTOCOL.chacha20poly1305 | 1 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 D | gss_get_name_attribute.c | 39 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 D | gss_authorize_localname.c | 85 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 D | gss_pname_to_uid.c | 77 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 D | auth.c | 99 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 D | auth.c | 98 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 D | drm_fops.c | 67 priv->authenticated = DRM_SUSER(p); in drm_open_helper()
|
| H A D | drm_vm.c | 54 if (file_priv && !file_priv->authenticated) in drm_mmap()
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_fops.c | 202 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 D | drm_drv.c | 384 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 D | drm_vm.c | 68 if (file_priv && !file_priv->authenticated) in drm_mmap()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | authz_parse.c | 816 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 D | services.append | 10 klogin 543/tcp # Kerberos authenticated rlogin
|
| /freebsd-12.1/contrib/googletest/googletest/scripts/ |
| H A D | upload.py | 145 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 D | upload.py | 145 self.authenticated = False 237 self.authenticated = True 310 if not self.authenticated: 373 self.authenticated = True 490 server.authenticated = True
|