| /trueos/crypto/openssh/ |
| HD | auth1.c | 117 int authenticated = 0; in auth1_process_password() local 130 authenticated = PRIVSEP(auth_password(authctxt, password)); in auth1_process_password() 135 return (authenticated); in auth1_process_password() 142 int authenticated = 0; in auth1_process_rsa() local 150 authenticated = auth_rsa(authctxt, n); in auth1_process_rsa() 153 return (authenticated); in auth1_process_rsa() 160 int keybits, authenticated = 0; in auth1_process_rhosts_rsa() local 186 authenticated = auth_rhosts_rsa(authctxt, client_user, in auth1_process_rhosts_rsa() 192 return (authenticated); in auth1_process_rhosts_rsa() 218 int authenticated = 0; in auth1_process_tis_response() local [all …]
|
| HD | auth2.c | 220 int authenticated = 0; in input_userauth_request() local 311 authenticated = m->userauth(authctxt); in input_userauth_request() 313 userauth_finish(authctxt, authenticated, method, NULL); in input_userauth_request() 321 userauth_finish(Authctxt *authctxt, int authenticated, const char *method, in userauth_finish() argument 327 if (!authctxt->valid && authenticated) in userauth_finish() 330 if (authenticated && authctxt->postponed) in userauth_finish() 334 if (authenticated && authctxt->pw->pw_uid == 0 && in userauth_finish() 336 authenticated = 0; in userauth_finish() 342 if (authenticated && options.num_auth_methods != 0) { in userauth_finish() 344 authenticated = 0; in userauth_finish() [all …]
|
| HD | auth2-kbdint.c | 47 int authenticated = 0; in userauth_kbdint() local 57 authenticated = auth2_challenge(authctxt, devs); in userauth_kbdint() 61 return authenticated; in userauth_kbdint()
|
| HD | auth-chall.c | 85 int authenticated = 0; in verify_response() local 94 authenticated = 1; in verify_response() 102 authenticated = 1; in verify_response() 114 return authenticated; in verify_response()
|
| HD | auth2-passwd.c | 53 int authenticated = 0; in userauth_passwd() local 70 authenticated = 1; in userauth_passwd() 73 return authenticated; in userauth_passwd()
|
| HD | auth2-gss.c | 226 int authenticated; in input_gssapi_exchange_complete() local 238 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete() 245 userauth_finish(authctxt, authenticated, "gssapi-with-mic", NULL); in input_gssapi_exchange_complete() 253 int authenticated = 0; in input_gssapi_mic() local 273 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic() 285 userauth_finish(authctxt, authenticated, "gssapi-with-mic", NULL); in input_gssapi_mic()
|
| HD | auth2-hostbased.c | 65 int authenticated = 0; in userauth_hostbased() local 130 authenticated = 0; in userauth_hostbased() 134 authenticated = 1; in userauth_hostbased() 138 debug2("userauth_hostbased: authenticated %d", authenticated); in userauth_hostbased() 146 return authenticated; in userauth_hostbased()
|
| HD | monitor.c | 344 int authenticated = 0, partial = 0; in monitor_child_preauth() local 370 while (!authenticated) { in monitor_child_preauth() 374 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1); in monitor_child_preauth() 381 if (authenticated && in monitor_child_preauth() 386 authenticated = 0; in monitor_child_preauth() 391 if (authenticated) { in monitor_child_preauth() 397 authenticated = 0; in monitor_child_preauth() 400 if (options.use_pam && authenticated) { in monitor_child_preauth() 406 authenticated = mm_answer_pam_account(pmonitor->m_sendfd, &m); in monitor_child_preauth() 412 auth_log(authctxt, authenticated, partial, in monitor_child_preauth() [all …]
|
| HD | auth2-chall.c | 286 int authenticated = 0, res; in input_userauth_info_response() local 323 authenticated = authctxt->valid ? 1 : 0; in input_userauth_info_response() 336 if (authenticated) { in input_userauth_info_response() 344 userauth_finish(authctxt, authenticated, "keyboard-interactive", in input_userauth_info_response()
|
| HD | auth.c | 274 auth_log(Authctxt *authctxt, int authenticated, int partial, in auth_log() argument 284 if (authenticated == 1 || in auth_log() 295 authmsg = authenticated ? "Accepted" : "Failed"; in auth_log() 312 if (authenticated == 0 && !authctxt->postponed && in auth_log() 319 if (authenticated) in auth_log() 325 if (authenticated == 0 && !authctxt->postponed) in auth_log()
|
| HD | auth2-pubkey.c | 82 int authenticated = 0; in userauth_pubkey() local 159 authenticated = 0; in userauth_pubkey() 163 authenticated = 1; in userauth_pubkey() 187 if (authenticated != 1) in userauth_pubkey() 190 debug2("userauth_pubkey: authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey() 195 return authenticated; in userauth_pubkey()
|
| HD | monitor_wrap.c | 344 int authenticated = 0; in mm_auth_password() local 355 authenticated = buffer_get_int(&m); in mm_auth_password() 360 __func__, authenticated ? "" : "not "); in mm_auth_password() 361 return (authenticated); in mm_auth_password() 1277 int authenticated = 0; in mm_ssh_gssapi_userok() local 1285 authenticated = buffer_get_int(&m); in mm_ssh_gssapi_userok() 1288 debug3("%s: user %sauthenticated",__func__, authenticated ? "" : "not "); in mm_ssh_gssapi_userok() 1289 return (authenticated); in mm_ssh_gssapi_userok()
|
| HD | PROTOCOL.chacha20poly1305 | 1 This document describes the chacha20-poly1305@openssh.com authenticated 17 authenticated encryption mode. The construction used is based on that
|
| /trueos/crypto/heimdal/lib/gssapi/mech/ |
| HD | 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()
|
| HD | 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()
|
| HD | gss_pname_to_uid.c | 77 int authenticated = 0, complete = 0; in attr_pname_to_uid() 89 &authenticated, in attr_pname_to_uid()
|
| /trueos/contrib/telnet/libtelnet/ |
| HD | auth.c | 103 static Authenticator *authenticated = 0; variable 209 authenticated = 0; in auth_init() 548 if (!(authenticated = ap)) in auth_finished() 549 authenticated = &NoAuth; in auth_finished() 571 while (!authenticated) in auth_wait() 580 if (!authenticated || authenticated == &NoAuth) in auth_wait() 586 if (authenticated->status) in auth_wait() 587 validuser = (*authenticated->status)(authenticated, in auth_wait()
|
| /trueos/crypto/heimdal/appl/telnet/libtelnet/ |
| HD | 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()
|
| /trueos/libexec/rlogind/ |
| HD | rlogind.c | 197 int authenticated = 0; in doit() local 264 authenticated++; in doit() 288 if (authenticated) { in doit()
|
| /trueos/sys/dev/drm/ |
| HD | drm_fops.c | 67 priv->authenticated = DRM_SUSER(p); in drm_open_helper()
|
| HD | drm_vm.c | 54 if (file_priv && !file_priv->authenticated) in drm_mmap()
|
| /trueos/sys/dev/drm2/ |
| HD | 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()
|
| HD | drm_drv.c | 384 file_priv->authenticated); in drm_ioctl() 457 ((ioctl->flags & DRM_AUTH) && !file_priv->authenticated) || in drm_ioctl() 480 file_priv->authenticated, -retcode); in drm_ioctl()
|
| HD | drm_vm.c | 68 if (file_priv && !file_priv->authenticated) in drm_mmap()
|
| /trueos/crypto/heimdal/etc/ |
| HD | services.append | 10 klogin 543/tcp # Kerberos authenticated rlogin
|