Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c160 int authenticated; in is_authenticated() local
183 authenticated = in is_authenticated()
188 return authenticated; in is_authenticated()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/
DREADME.md12 ## Discovering the authenticated user
15 contains the authenticated username.
/third_party/skia/third_party/externals/tint/tools/src/gerrit/
Dgerrit.go33 authenticated bool member
80 if !g.authenticated {
/third_party/openssl/doc/man3/
DCMS_add0_cert.pod25 I<cms> must be of type signed data or (authenticated) enveloped data.
33 I<cms> must be of type signed data or (authenticated) enveloped data.
DEVP_chacha20.pod37 is 256 bits and the IV is 96 bits. This supports additional authenticated data
DSSL_CTX_dane_enable.pod92 DANE-authenticated.
294 * authenticated.
299 * authenticated.
320 * Not authenticated, presumably all TLSA rrs unusable, but possibly a
/third_party/icu/tools/commit-checker/
Dcheck.py300 authenticated = False
302 authenticated = True
355 …print("- Authenticated: %s" % ("`Yes`" if authenticated else "`No` (sensitive tickets not shown)"))
/third_party/curl/tests/data/
Dtest98214 REPLY STLS -ERR currently unavailable\r\n+OK user accepted\r\n+OK authenticated
Dtest107514 # Basic authenticated request (we really want to respond with 200 for
Dtest16951 We have not authenticated with the server yet
/third_party/googletest/googletest/scripts/
Dupload.py160 self.authenticated = False
252 self.authenticated = True
325 if not self.authenticated:
388 self.authenticated = True
505 server.authenticated = True
/third_party/mesa3d/src/glx/apple/
Dappledri.c231 rep.authenticated = 0;
232 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
Dappledristr.h116 CARD32 authenticated B32;
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1678 dri2_dpy->authenticated = false; in dri2_wl_authenticate()
1684 if (!dri2_dpy->authenticated) in dri2_wl_authenticate()
1688 dri2_dpy->authenticated = true; in dri2_wl_authenticate()
1713 dri2_dpy->authenticated = true; in drm_handle_device()
1752 dri2_dpy->authenticated = true; in drm_handle_authenticated()
1758 .authenticated = drm_handle_authenticated,
1843 dri2_dpy->authenticated = true; in default_dmabuf_feedback_main_device()
2150 if (!dri2_dpy->authenticated && in dri2_initialize_wayland_drm()
2151 (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)) in dri2_initialize_wayland_drm()
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_wayland.c77 .authenticated = device_select_drm_handle_authenticated,
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
DREADME.md11 is dynamically updated to all clients open on the page. Only the authenticated
/third_party/python/Lib/
Dnntplib.py379 self.authenticated = False
936 if self.authenticated:
998 if self.authenticated:
/third_party/libdrm/tests/ttmtest/src/
Dxf86dri.c246 rep.authenticated = 0;
247 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
/third_party/libwebsockets/READMEs/
DREADME.jwt.md83 be showing content that only authenticated users can see must be invalidated and
85 UI elements like delete buttons that should only be shown when authenticated
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md215 authenticated as.
245 authenticated as. The returned stream is a valid `Symbol.asyncIterator` on
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.h175 bool authenticated; member
Dieee802_1x_kay.c1733 kay->authenticated = true; in ieee802_1x_mka_decode_dist_sak_body()
1745 kay->authenticated = false; in ieee802_1x_mka_decode_dist_sak_body()
2407 kay->authenticated = false; in ieee802_1x_kay_decide_macsec_use()
2416 kay->authenticated = true; in ieee802_1x_kay_decide_macsec_use()
2602 kay->authenticated = false; in ieee802_1x_participant_timer()
2659 kay->authenticated = false; in ieee802_1x_participant_timer()
3478 kay->authenticated = false; in ieee802_1x_kay_init()
3978 kay->authenticated ? "Yes" : "No", in ieee802_1x_kay_get_status()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
DREADME.md25 wait before it was sent, and a tls record cannot be authenticated until
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.c1696 kay->authenticated = TRUE; in ieee802_1x_mka_decode_dist_sak_body()
1708 kay->authenticated = FALSE; in ieee802_1x_mka_decode_dist_sak_body()
2370 kay->authenticated = FALSE; in ieee802_1x_kay_decide_macsec_use()
2379 kay->authenticated = TRUE; in ieee802_1x_kay_decide_macsec_use()
2565 kay->authenticated = FALSE; in ieee802_1x_participant_timer()
2622 kay->authenticated = FALSE; in ieee802_1x_participant_timer()
3441 kay->authenticated = FALSE; in ieee802_1x_kay_init()
3942 kay->authenticated ? "Yes" : "No", in ieee802_1x_kay_get_status()
Dieee802_1x_kay.h175 Boolean authenticated; member

1234