Searched refs:authenticate (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
H A Dimap.py32 def authenticate(self, url, consumer, token): member in class:IMAP4_SSL
39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
H A Dsmtp.py33 def authenticate(self, url, consumer, token): member in class:SMTP
/external/apache-http/src/org/apache/http/auth/
H A DAuthScheme.java137 Header authenticate(Credentials credentials, HttpRequest request) method in interface:AuthScheme
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicScheme.java130 public Header authenticate( method in class:BasicScheme
142 return authenticate(credentials, charset, isProxy());
154 public static Header authenticate( method in class:BasicScheme
H A DNTLMScheme.java106 public Header authenticate( method in class:NTLMScheme
H A DDigestScheme.java219 public Header authenticate( method in class:DigestScheme
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestProxyAuthentication.java95 request.addHeader(authScheme.authenticate(creds, request));
H A DRequestTargetAuthentication.java96 request.addHeader(authScheme.authenticate(creds, request));
/external/openssh/openbsd-compat/
H A Dport-aix.h44 int authenticate(char *, char *, int *, char **);
H A Dport-aix.c118 * Since authenticate() doesn't check AUTH1, and sshd can't sanely support
119 * AUTH1 itself, in such a case authenticate() will allow access without
167 * Do authentication via AIX's authenticate routine. We loop until the
168 * reenter parameter is 0, but normally authenticate is called only once.
170 * Note: this function returns 1 on success, whereas AIX's authenticate()
180 result = authenticate((char *)name, (char *)password, &reenter,
183 debug3("AIX/authenticate result %d, authmsg %.100s", result,
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py110 self._bugzilla.authenticate()
351 self.authenticate()
361 # We need to authenticate to download patches from security bugs.
362 self.authenticate()
376 self.authenticate()
399 def authenticate(self): member in class:Bugzilla
489 self.authenticate()
515 self.authenticate()
569 self.authenticate()
627 self.authenticate()
[all...]
H A Dbugzilla_unittest.py295 bugzilla.authenticate = lambda: None
313 bugzilla.authenticate = lambda: None
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter.py58 self._tool.bugs.authenticate()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py151 HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
242 def _parse_www_authenticate(headers, headername='www-authenticate'):
247 authenticate = headers[headername].strip()
249 while authenticate:
252 (auth_scheme, the_rest) = ('digest', authenticate)
254 (auth_scheme, the_rest) = authenticate.split(" ", 1)
265 authenticate = the_rest.strip()
463 challenge = _parse_www_authenticate(response, 'www-authenticate')
501 challenge = _parse_www_authenticate(response, 'www-authenticate').get('digest', {})
521 challenge = _parse_www_authenticate(response, 'www-authenticate')
[all...]
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py754 response.authenticate.user.email = 'syncjuser@chromium'
755 response.authenticate.user.display_name = 'Sync J User'
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h54 if (wpa_s->driver->authenticate)
55 return wpa_s->driver->authenticate(wpa_s->drv_priv, params);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java727 connect.addHeader(authScheme.authenticate(creds, connect));
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h278 * Data for struct wpa_driver_ops::authenticate().
1451 * authenticate - Request driver to authenticate
1462 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
2619 * strength, in order to try to pre-authenticate first with candidates
2666 * event starts RSN authentication with the other STA to authenticate
2676 * authentication step (struct wpa_driver_ops::authenticate).
3133 /** Whether RSN IE includes pre-authenticate flag */
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h278 * Data for struct wpa_driver_ops::authenticate().
1451 * authenticate - Request driver to authenticate
1462 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
2619 * strength, in order to try to pre-authenticate first with candidates
2666 * event starts RSN authentication with the other STA to authenticate
2676 * authentication step (struct wpa_driver_ops::authenticate).
3133 /** Whether RSN IE includes pre-authenticate flag */
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h278 * Data for struct wpa_driver_ops::authenticate().
1451 * authenticate - Request driver to authenticate
1462 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
2619 * strength, in order to try to pre-authenticate first with candidates
2666 * event starts RSN authentication with the other STA to authenticate
2676 * authentication step (struct wpa_driver_ops::authenticate).
3133 /** Whether RSN IE includes pre-authenticate flag */
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1349 This mode has no \textit{Associated Data} like EAX mode does which means you cannot authenticate metadata along with the stream.
1439 CCM is a NIST proposal for encrypt + authenticate that is centered around using AES (or any 16--byte cipher) as a primitive. Unlike EAX and OCB mode,
2093 to use to authenticate the message. The \textit{key} parameter is the pointer to the array of chars that make up the key. The \textit{keylen} parameter is the
2094 length (in octets) of the key you want to use to authenticate the message. To send octets of a message through the HMAC system you must use the following function:
2215 wish to use. The \textit{key} and \textit{keylen} parameters are the keys used to authenticate the data.
/external/openssh/
H A Dconfigure6231 ac_fn_c_check_func "$LINENO" "authenticate" "ac_cv_func_authenticate"
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for authenticate in -ls" >&5
6238 $as_echo_n "checking for authenticate in -ls... " >&6; }
6253 char authenticate ();
6257 return authenticate ();
6283 ac_fn_c_check_decl "$LINENO" "authenticate" "ac_cv_have_decl_authenticate" "#include <usersec.h>

Completed in 1553 milliseconds

12