/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
D | tlsauthentication.c | 160 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/ |
D | README.md | 12 ## Discovering the authenticated user 15 contains the authenticated username.
|
/third_party/skia/third_party/externals/tint/tools/src/gerrit/ |
D | gerrit.go | 33 authenticated bool member 80 if !g.authenticated {
|
/third_party/openssl/doc/man3/ |
D | CMS_add0_cert.pod | 25 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.
|
D | EVP_chacha20.pod | 37 is 256 bits and the IV is 96 bits. This supports additional authenticated data
|
D | SSL_CTX_dane_enable.pod | 92 DANE-authenticated. 294 * authenticated. 299 * authenticated. 320 * Not authenticated, presumably all TLSA rrs unusable, but possibly a
|
/third_party/icu/tools/commit-checker/ |
D | check.py | 300 authenticated = False 302 authenticated = True 355 …print("- Authenticated: %s" % ("`Yes`" if authenticated else "`No` (sensitive tickets not shown)"))
|
/third_party/curl/tests/data/ |
D | test982 | 14 REPLY STLS -ERR currently unavailable\r\n+OK user accepted\r\n+OK authenticated
|
D | test1075 | 14 # Basic authenticated request (we really want to respond with 200 for
|
D | test169 | 51 We have not authenticated with the server yet
|
/third_party/googletest/googletest/scripts/ |
D | upload.py | 160 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/ |
D | appledri.c | 231 rep.authenticated = 0; 232 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
|
D | appledristr.h | 116 CARD32 authenticated B32;
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1678 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/ |
D | device_select_wayland.c | 77 .authenticated = device_select_drm_handle_authenticated,
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/ |
D | README.md | 11 is dynamically updated to all clients open on the page. Only the authenticated
|
/third_party/python/Lib/ |
D | nntplib.py | 379 self.authenticated = False 936 if self.authenticated: 998 if self.authenticated:
|
/third_party/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 246 rep.authenticated = 0; 247 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse) || !rep.authenticated) {
|
/third_party/libwebsockets/READMEs/ |
D | README.jwt.md | 83 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/ |
D | README.md | 215 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/ |
D | ieee802_1x_kay.h | 175 bool authenticated; member
|
D | ieee802_1x_kay.c | 1733 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/ |
D | README.md | 25 wait before it was sent, and a tls record cannot be authenticated until
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
D | ieee802_1x_kay.c | 1696 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()
|
D | ieee802_1x_kay.h | 175 Boolean authenticated; member
|