Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 72) sorted by relevance

123

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUBinaryTest.java77 ICUBinary.Authenticate authenticate in TestReadHeader() local
86 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
101 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
109 ICUBinary.readHeader(bytes, formatid, authenticate); in TestReadHeader()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dbasic.py40 def authenticate(self, environ): member in AuthBasicAuthenticator
53 __call__ = authenticate
84 self.authenticate = AuthBasicAuthenticator(realm, authfunc)
89 result = self.authenticate(environ)
Ddigest.py132 def authenticate(self, environ): member in AuthDigestAuthenticator
165 __call__ = authenticate
216 self.authenticate = AuthDigestAuthenticator(realm, authfunc)
222 result = self.authenticate(environ)
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java135 public Header authenticate( in authenticate() method in BasicScheme
147 return authenticate(credentials, charset, isProxy()); in authenticate()
159 public static Header authenticate( in authenticate() method in BasicScheme
DNTLMScheme.java112 public Header authenticate( in authenticate() method in NTLMScheme
/external/jetty/src/java/org/eclipse/jetty/security/
DMappedLoginService.java223 if (principal.authenticate(credentials)) in login()
253 boolean authenticate(Object credentials); in authenticate() method
291 public boolean authenticate(Object credentials) in authenticate() method in MappedLoginService.Anonymous
315 public boolean authenticate(Object credentials) in authenticate() method in MappedLoginService.KnownUser
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c306 xcb_dri2_authenticate_reply_t *authenticate = NULL; in vl_screen_create() local
355 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_screen_create()
357 if (authenticate == NULL || !authenticate->authenticated) in vl_screen_create()
370 free(authenticate); in vl_screen_create()
379 free(authenticate); in vl_screen_create()
/external/jetty/src/java/org/eclipse/jetty/server/
DAuthentication.java71 Authentication authenticate(ServletRequest request); in authenticate() method
79 Authentication authenticate(ServletRequest request,ServletResponse response); in authenticate() method
DServletRequestHttpWrapper.java174 public boolean authenticate(HttpServletResponse response) throws IOException, ServletException in authenticate() method in ServletRequestHttpWrapper
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c149 xcb_dri2_authenticate_reply_t *authenticate; in pipe_loader_drm_x_auth() local
178 authenticate = xcb_dri2_authenticate_reply(xcb_conn, in pipe_loader_drm_x_auth()
181 FREE(authenticate); in pipe_loader_drm_x_auth()
/external/jetty/src/java/org/eclipse/jetty/util/security/
DConstraint.java162 public void setAuthenticate(boolean authenticate) in setAuthenticate() argument
164 _authenticate = authenticate; in setAuthenticate()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUBinary.java533 Authenticate authenticate)
535 return getVersionInfoFromCompactInt(readHeader(bytes, dataFormat, authenticate));
550 public static int readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate)
582 (authenticate != null && !authenticate.isDataVersionAcceptable(formatVersion))) {
/external/wpa_supplicant_8/hostapd/
Dhostapd.deny1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
Dhostapd.accept1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DAuthenticator.java41 Request authenticate(Proxy proxy, Response response) throws IOException; in authenticate() method
/external/apache-http/src/org/apache/http/auth/
DAuthScheme.java142 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DDeferredAuthentication.java64 public Authentication authenticate(ServletRequest request) in authenticate() method in DeferredAuthentication
93 public Authentication authenticate(ServletRequest request, ServletResponse response) in authenticate() method in DeferredAuthentication
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingOkAuthenticator.java44 @Override public Request authenticate(Proxy proxy, Response response) { in authenticate() method in RecordingOkAuthenticator
/external/openssh/openbsd-compat/
Dport-aix.h44 int authenticate(char *, char *, int *, char **);
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c570 xcb_dri2_authenticate_reply_t *authenticate; in dri2_x11_authenticate() local
578 authenticate = in dri2_x11_authenticate()
581 if (authenticate == NULL || !authenticate->authenticated) in dri2_x11_authenticate()
584 if (authenticate) in dri2_x11_authenticate()
585 free(authenticate); in dri2_x11_authenticate()
1147 dri2_dpy->authenticate = dri2_x11_authenticate; in dri2_initialize_x11_dri2()
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DAuthenticate.java31 @Override public Request authenticate(Proxy proxy, Response response) { in run()
/external/lldb/docs/
Dcode-signing.txt34 pulldown menu and select "Always Trust" and authenticate as needed using your
61 was built with this code signing certificate, you will need to authenticate once.
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.h83 int (*authenticate)(void *user_data, uint32_t id); member
/external/apache-http/src/org/apache/http/client/protocol/
DRequestProxyAuthentication.java100 request.addHeader(authScheme.authenticate(creds, request)); in process()
DRequestTargetAuthentication.java101 request.addHeader(authScheme.authenticate(creds, request)); in process()

123