Home
last modified time | relevance | path

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

123

/trueos/crypto/openssh/
HDauth1.c117 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 …]
HDauth2.c220 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 …]
HDauth2-kbdint.c47 int authenticated = 0; in userauth_kbdint() local
57 authenticated = auth2_challenge(authctxt, devs); in userauth_kbdint()
61 return authenticated; in userauth_kbdint()
HDauth-chall.c85 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()
HDauth2-passwd.c53 int authenticated = 0; in userauth_passwd() local
70 authenticated = 1; in userauth_passwd()
73 return authenticated; in userauth_passwd()
HDauth2-gss.c226 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()
HDauth2-hostbased.c65 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()
HDmonitor.c344 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 …]
HDauth2-chall.c286 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()
HDauth.c274 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()
HDauth2-pubkey.c82 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()
HDmonitor_wrap.c344 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()
HDPROTOCOL.chacha20poly13051 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/
HDgss_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()
HDgss_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()
HDgss_pname_to_uid.c77 int authenticated = 0, complete = 0; in attr_pname_to_uid()
89 &authenticated, in attr_pname_to_uid()
/trueos/contrib/telnet/libtelnet/
HDauth.c103 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/
HDauth.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()
/trueos/libexec/rlogind/
HDrlogind.c197 int authenticated = 0; in doit() local
264 authenticated++; in doit()
288 if (authenticated) { in doit()
/trueos/sys/dev/drm/
HDdrm_fops.c67 priv->authenticated = DRM_SUSER(p); in drm_open_helper()
HDdrm_vm.c54 if (file_priv && !file_priv->authenticated) in drm_mmap()
/trueos/sys/dev/drm2/
HDdrm_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()
HDdrm_drv.c384 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()
HDdrm_vm.c68 if (file_priv && !file_priv->authenticated) in drm_mmap()
/trueos/crypto/heimdal/etc/
HDservices.append10 klogin 543/tcp # Kerberos authenticated rlogin

123