Home
last modified time | relevance | path

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

12345678

/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/microhttpd/doc/examples/
Dtlsauthentication.c160 int authenticated; in is_authenticated() local
183 authenticated = in is_authenticated()
188 return authenticated; in is_authenticated()
/third_party/skia/third_party/externals/tint/tools/src/gerrit/
Dgerrit.go33 authenticated bool member
80 if !g.authenticated {
/third_party/libsoup/tests/
Dauth-test.c244 gboolean *authenticated = data; in bug271540_sent() local
247 soup_test_assert (*authenticated || !auth, in bug271540_sent()
249 soup_test_assert (!*authenticated || auth, in bug271540_sent()
258 gboolean *authenticated = data; in bug271540_authenticate() local
264 if (!*authenticated) { in bug271540_authenticate()
267 *authenticated = TRUE; in bug271540_authenticate()
269 soup_test_assert (!*authenticated, in bug271540_authenticate()
291 gboolean authenticated; in do_pipelined_auth_test() local
301 authenticated = FALSE; in do_pipelined_auth_test()
303 G_CALLBACK (bug271540_authenticate), &authenticated); in do_pipelined_auth_test()
[all …]
/third_party/icu/tools/commit-checker/
Dcheck.py167 authenticated = False
169 authenticated = True
196 print("- Authenticated: %s" % "Yes" if authenticated else "No (sensitive tickets not shown)")
/third_party/node/deps/npm/node_modules/tweetnacl/
DREADME.md22 * [Public-key authenticated encryption (box)](#public-key-authenticated-encryption-box)
23 …* [Secret-key authenticated encryption (secretbox)](#secret-key-authenticated-encryption-secretbox)
84 ### Public-key authenticated encryption (box)
109 Returns an encrypted and authenticated message, which is
153 ### Secret-key authenticated encryption (secretbox)
162 Returns an encrypted and authenticated message, which is
/third_party/node/deps/npm/node_modules/npm-profile/
DREADME.md53 * `username` String, the username the user authenticated as
83 * `username` String, the username the user authenticated as
114 * `username` String, the username the user authenticated as
145 * `username` String, the username the user authenticated as
187 * `username` String, the username the user authenticated as
233 * `username` String, the username the user authenticated as
258 Fetch profile information for the authenticated user.
308 Update profile information for the authenticated user.
408 Fetch a list of all of the authentication tokens the authenticated user has.
/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
/third_party/grpc/doc/
Dserver_side_auth.md11 … of key-value pairs - the *auth properties*. In addition to that, for authenticated RPCs, the set …
47 …p in mind that as auth interceptors essentially decide which RPCs are authenticated and which are …
/third_party/node/test/known_issues/
Dknown_issues.status40 test-crypto-authenticated-stream: SKIP
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_wayland.c77 .authenticated = device_select_drm_handle_authenticated,
/third_party/openssl/doc/man3/
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/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1262 dri2_dpy->authenticated = false; in dri2_wl_authenticate()
1268 if (!dri2_dpy->authenticated) in dri2_wl_authenticate()
1272 dri2_dpy->authenticated = true; in dri2_wl_authenticate()
1297 dri2_dpy->authenticated = true; in drm_handle_device()
1336 dri2_dpy->authenticated = true; in drm_handle_authenticated()
1342 .authenticated = drm_handle_authenticated,
1573 if (!dri2_dpy->authenticated && in dri2_initialize_wayland_drm()
1574 (roundtrip(dri2_dpy) < 0 || !dri2_dpy->authenticated)) in dri2_initialize_wayland_drm()
/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/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/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/grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto92 // to verify that the peer authenticated identity is indeed authorized to run
170 // The authenticated identity of the peer.
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto92 // to verify that the peer authenticated identity is indeed authorized to run
170 // The authenticated identity of the peer.
/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/grpc/src/proto/grpc/gcp/
Dhandshaker.proto102 // to verify that the peer authenticated identity is indeed authorized to run
186 // The authenticated identity of the peer.
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.h175 bool authenticated; member

12345678