Home
last modified time | relevance | path

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

12

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py110 self._bugzilla.authenticate()
351 self.authenticate()
362 self.authenticate()
376 self.authenticate()
399 def authenticate(self): member in Bugzilla
489 self.authenticate()
515 self.authenticate()
569 self.authenticate()
627 self.authenticate()
653 self.authenticate()
[all …]
Dbugzilla_unittest.py295 bugzilla.authenticate = lambda: None
313 bugzilla.authenticate = lambda: None
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java130 public Header authenticate( in authenticate() method in BasicScheme
142 return authenticate(credentials, charset, isProxy()); in authenticate()
154 public static Header authenticate( in authenticate() method in BasicScheme
DNTLMScheme.java106 public Header authenticate( in authenticate() method in NTLMScheme
DDigestScheme.java219 public Header authenticate( in authenticate() method in DigestScheme
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
Dimap.py32 def authenticate(self, url, consumer, token): member in IMAP4_SSL
39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
Dsmtp.py33 def authenticate(self, url, consumer, token): member in SMTP
/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)
DREADME176 point. The Authenticator will then ask the Supplicant to authenticate
DChangeLog144 authenticate or (re)associate request frames dropping association)
/external/apache-http/src/org/apache/http/auth/
DAuthScheme.java137 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
/external/apache-http/src/org/apache/http/client/protocol/
DRequestTargetAuthentication.java96 request.addHeader(authScheme.authenticate(creds, request)); in process()
DRequestProxyAuthentication.java95 request.addHeader(authScheme.authenticate(creds, request)); in process()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py247 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()
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dflakytestreporter.py58 self._tool.bugs.authenticate()
/external/chromium/net/tools/testserver/
Dchromiumsync.py754 response.authenticate.user.email = 'syncjuser@chromium'
755 response.authenticate.user.display_name = 'Sync J User'
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h60 if (wpa_s->driver->authenticate) in wpa_drv_authenticate()
61 return wpa_s->driver->authenticate(wpa_s->drv_priv, params); in wpa_drv_authenticate()
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa16 wishes to authenticate in this manner.
/external/dbus/
DNEWS.pre-1-2131 authenticate as nobody in particular
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1291 int (*authenticate)(void *priv, member
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java727 connect.addHeader(authScheme.authenticate(creds, connect)); in createTunnelToTarget()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto405 optional AuthenticateMessage authenticate = 6; field
561 optional AuthenticateResponse authenticate = 3; field
/external/dropbear/libtomcrypt/
Dcrypt.tex1349 This mode has no \textit{Associated Data} like EAX mode does which means you cannot authenticate me…
1439 CCM is a NIST proposal for encrypt + authenticate that is centered around using AES (or any 16--byt…
2093 to use to authenticate the message. The \textit{key} parameter is the pointer to the array of char…
2094 length (in octets) of the key you want to use to authenticate the message. To send octets of a mes…
2215 wish to use. The \textit{key} and \textit{keylen} parameters are the keys used to authenticate the…
/external/srtp/doc/
Drfc3711.txt357 key(s) were derived that authenticate and/or encrypt the
630 To authenticate and decrypt an SRTP packet, the receiver SHALL do the

12