Home
last modified time | relevance | path

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

123

/external/openssh/
Dauth1.c120 int authenticated = 0; in auth1_process_password() local
133 authenticated = PRIVSEP(auth_password(authctxt, password)); in auth1_process_password()
138 return (authenticated); in auth1_process_password()
145 int authenticated = 0; in auth1_process_rsa() local
153 authenticated = auth_rsa(authctxt, n); in auth1_process_rsa()
156 return (authenticated); in auth1_process_rsa()
163 int keybits, authenticated = 0; in auth1_process_rhosts_rsa() local
189 authenticated = auth_rhosts_rsa(authctxt, client_user, in auth1_process_rhosts_rsa()
195 return (authenticated); in auth1_process_rhosts_rsa()
221 int authenticated = 0; in auth1_process_tis_response() local
[all …]
Dauth2.c218 int authenticated = 0; in input_userauth_request() local
281 authenticated = m->userauth(authctxt); in input_userauth_request()
283 userauth_finish(authctxt, authenticated, method, NULL); in input_userauth_request()
292 userauth_finish(Authctxt *authctxt, int authenticated, const char *method, in userauth_finish() argument
298 if (!authctxt->valid && authenticated) in userauth_finish()
301 if (authenticated && authctxt->postponed) in userauth_finish()
305 if (authenticated && authctxt->pw->pw_uid == 0 && in userauth_finish()
307 authenticated = 0; in userauth_finish()
313 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
315 authenticated = 0; in userauth_finish()
[all …]
Dauth2-kbdint.c48 int authenticated = 0; in userauth_kbdint() local
58 authenticated = auth2_challenge(authctxt, devs); in userauth_kbdint()
62 return authenticated; in userauth_kbdint()
Dauth-chall.c87 int authenticated = 0; in verify_response() local
96 authenticated = 1; in verify_response()
104 authenticated = 1; in verify_response()
116 return authenticated; in verify_response()
Dauth2-passwd.c54 int authenticated = 0; in userauth_passwd() local
73 authenticated = 1; in userauth_passwd()
77 return authenticated; in userauth_passwd()
Dauth2-gss.c229 int authenticated; in input_gssapi_exchange_complete() local
241 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_exchange_complete()
248 userauth_finish(authctxt, authenticated, "gssapi-with-mic", NULL); in input_gssapi_exchange_complete()
257 int authenticated = 0; in input_gssapi_mic() local
277 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user)); in input_gssapi_mic()
289 userauth_finish(authctxt, authenticated, "gssapi-with-mic", NULL); in input_gssapi_mic()
Dauth2-hostbased.c67 int authenticated = 0; in userauth_hostbased() local
139 authenticated = 0; in userauth_hostbased()
143 authenticated = 1; in userauth_hostbased()
147 debug2("userauth_hostbased: authenticated %d", authenticated); in userauth_hostbased()
155 return authenticated; in userauth_hostbased()
Dmonitor.c337 int authenticated = 0, partial = 0; in monitor_child_preauth() local
363 while (!authenticated) { in monitor_child_preauth()
367 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1); in monitor_child_preauth()
374 if (authenticated && in monitor_child_preauth()
379 authenticated = 0; in monitor_child_preauth()
384 if (authenticated) { in monitor_child_preauth()
390 authenticated = 0; in monitor_child_preauth()
393 if (options.use_pam && authenticated) { in monitor_child_preauth()
399 authenticated = mm_answer_pam_account(pmonitor->m_sendfd, &m); in monitor_child_preauth()
405 auth_log(authctxt, authenticated, partial, in monitor_child_preauth()
[all …]
Dauth2-chall.c292 int authenticated = 0, res; in input_userauth_info_response() local
329 authenticated = authctxt->valid ? 1 : 0; in input_userauth_info_response()
342 if (authenticated) { in input_userauth_info_response()
350 userauth_finish(authctxt, authenticated, "keyboard-interactive", in input_userauth_info_response()
Dauth.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()
Dmonitor_wrap.c353 int authenticated = 0; in mm_auth_password() local
364 authenticated = buffer_get_int(&m); in mm_auth_password()
369 __func__, authenticated ? "" : "not "); in mm_auth_password()
370 return (authenticated); in mm_auth_password()
1074 int authenticated = 0; in mm_ssh_gssapi_userok() local
1082 authenticated = buffer_get_int(&m); in mm_ssh_gssapi_userok()
1085 debug3("%s: user %sauthenticated",__func__, authenticated ? "" : "not "); in mm_ssh_gssapi_userok()
1086 return (authenticated); in mm_ssh_gssapi_userok()
Dauth2-pubkey.c86 int authenticated = 0; in userauth_pubkey() local
174 authenticated = 0; in userauth_pubkey()
178 authenticated = 1; in userauth_pubkey()
206 if (authenticated != 1) in userauth_pubkey()
209 debug2("userauth_pubkey: authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey()
214 return authenticated; in userauth_pubkey()
DPROTOCOL.chacha20poly13051 This document describes the chacha20-poly1305@openssh.com authenticated
17 authenticated encryption mode. The construction used is based on that
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
Dnative_drm.c60 boolean authenticated; member
176 drmdpy->authenticated = true; in drm_handle_authenticated()
218 if (wayland_roundtrip(&drmdpy->base) < 0 || !drmdpy->authenticated) in wayland_drm_display_init_screen()
246 boolean current_authenticate, authenticated; in wayland_drm_display_authenticate() local
248 current_authenticate = drmdpy->authenticated; in wayland_drm_display_authenticate()
252 authenticated = drmdpy->authenticated; in wayland_drm_display_authenticate()
254 drmdpy->authenticated = current_authenticate; in wayland_drm_display_authenticate()
256 return authenticated ? 0 : -1; in wayland_drm_display_authenticate()
/external/ppp/pppd/plugins/
Dwinbind.c260 int authenticated = NOT_AUTHENTICATED; /* not auth */ in run_ntlm_auth() local
406 authenticated = AUTHENTICATED; in run_ntlm_auth()
409 authenticated = NOT_AUTHENTICATED; in run_ntlm_auth()
421 authenticated = NOT_AUTHENTICATED; in run_ntlm_auth()
425 authenticated = NOT_AUTHENTICATED; in run_ntlm_auth()
448 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key) { in run_ntlm_auth()
452 return authenticated; in run_ntlm_auth()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServer.java220 boolean authenticated = false, contentLength = false, chunked = false; in run()
236 authenticated = true; in run()
270 authenticateTest(authenticated); in run()
336 private void authenticateTest(boolean authenticated) { in authenticateTest() argument
346 if (!authenticated) { in authenticateTest()
/external/libmicrohttpd/doc/examples/
Dtlsauthentication.c160 int authenticated; in is_authenticated() local
183 authenticated = in is_authenticated()
188 return authenticated; in is_authenticated()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.c327 boolean authenticated; in x11_screen_authenticate() local
329 authenticated = DRI2Authenticate(xscr->dpy, in x11_screen_authenticate()
332 return authenticated ? 0 : -1; in x11_screen_authenticate()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c632 dri2_dpy->authenticated = 0; in dri2_wayland_authenticate()
638 if (!dri2_dpy->authenticated) in dri2_wayland_authenticate()
642 dri2_dpy->authenticated = 1; in dri2_wayland_authenticate()
722 dri2_dpy->authenticated = 1; in drm_handle_authenticated()
792 if (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated) in dri2_initialize_wayland()
/external/autotest/client/site_tests/network_RackWiFiConnect/
Dcontrol.proxyNonAuth13 case a non authenticated proxy network.
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_account_data.proto12 // AuthenticateUser call. Contains information about authenticated user fetched
/external/mesa3d/src/glx/apple/
Dappledri.c231 rep.authenticated = 0;
232 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
/external/googletest/googlemock/scripts/
Dupload.py145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True
/external/v8/testing/gmock/scripts/
Dupload.py145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True

123