Home
last modified time | relevance | path

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

12

/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/dbus/dbus/
Ddbus-transport.c168 transport->authenticated = FALSE; in _dbus_transport_init_base()
701 if (transport->authenticated) in _dbus_transport_get_is_authenticated()
782 transport->authenticated = maybe_authenticated; in _dbus_transport_get_is_authenticated()
800 if (!transport->authenticated) in _dbus_transport_get_is_anonymous()
848 else if (transport->authenticated) in _dbus_transport_get_server_id()
1299 if (!transport->authenticated) in _dbus_transport_get_unix_user()
1332 if (!transport->authenticated) in _dbus_transport_get_unix_process_id()
1365 if (!transport->authenticated) in _dbus_transport_get_adt_audit_session_data()
1422 if (!transport->authenticated) in _dbus_transport_get_windows_user()
Ddbus-transport-protected.h114 …unsigned int authenticated : 1; /**< Cache of auth state; use _dbus_transport_get_is_a… member
/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()
Degl_dri2.h129 int authenticated; member
/external/autotest/client/site_tests/network_RackWiFiConnect/
Dcontrol.proxyNonAuth13 case a non authenticated proxy network.
/external/mesa3d/src/glx/apple/
Dappledri.c231 rep.authenticated = 0;
232 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
Dappledristr.h116 CARD32 authenticated B32;
/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
/external/google-breakpad/src/testing/scripts/
Dupload.py145 self.authenticated = False
237 self.authenticated = True
310 if not self.authenticated:
373 self.authenticated = True
490 server.authenticated = True
/external/curl/tests/data/
Dtest107514 # Basic authenticated request (we really want to respond with 200 for
Dtest16950 We have not authenticated with the server yet
/external/mesa3d/src/glx/
DXF86dri.c238 rep.authenticated = 0; in XF86DRIAuthConnection()
239 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) { in XF86DRIAuthConnection()
Dxf86dristr.h148 CARD32 authenticated B32;
/external/libdrm/tests/ttmtest/src/
Dxf86dri.c246 rep.authenticated = 0;
247 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
Dxf86dristr.h156 CARD32 authenticated B32;
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.h96 Boolean authenticated; member
Dieee802_1x_kay.c1570 participant->kay->authenticated = TRUE; in ieee802_1x_mka_decode_dist_sak_body()
1581 participant->kay->authenticated = FALSE; in ieee802_1x_mka_decode_dist_sak_body()
2240 kay->authenticated = FALSE; in ieee802_1x_kay_decide_macsec_use()
2249 kay->authenticated = TRUE; in ieee802_1x_kay_decide_macsec_use()
2364 kay->authenticated = FALSE; in ieee802_1x_participant_timer()
2377 kay->authenticated = FALSE; in ieee802_1x_participant_timer()
2419 kay->authenticated = TRUE; in ieee802_1x_participant_timer()
3143 kay->authenticated = FALSE; in ieee802_1x_kay_init()
/external/jetty/src/java/org/eclipse/jetty/server/session/
DAbstractSessionManager.java133 …tpSession renewSession (HttpServletRequest request, HttpSession httpSession, boolean authenticated) in renewSession() argument
146 if (authenticated) in renewSession()
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf.in52 # program to call for a RADIUS authenticated login
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
Dupload-diffs.py205 self.authenticated = False
298 self.authenticated = True
382 if not self.authenticated:
452 self.authenticated = True
688 server.authenticated = True

12