/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla.py | 110 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 …]
|
D | bugzilla_unittest.py | 295 bugzilla.authenticate = lambda: None 313 bugzilla.authenticate = lambda: None
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | BasicScheme.java | 130 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
|
D | NTLMScheme.java | 106 public Header authenticate( in authenticate() method in NTLMScheme
|
D | DigestScheme.java | 219 public Header authenticate( in authenticate() method in DigestScheme
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/ |
D | imap.py | 32 def authenticate(self, url, consumer, token): member in IMAP4_SSL 39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
|
D | smtp.py | 33 def authenticate(self, url, consumer, token): member in SMTP
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.deny | 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
D | hostapd.accept | 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
|
D | README | 176 point. The Authenticator will then ask the Supplicant to authenticate
|
D | ChangeLog | 144 authenticate or (re)associate request frames dropping association)
|
/external/apache-http/src/org/apache/http/auth/ |
D | AuthScheme.java | 137 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | RequestTargetAuthentication.java | 96 request.addHeader(authScheme.authenticate(creds, request)); in process()
|
D | RequestProxyAuthentication.java | 95 request.addHeader(authScheme.authenticate(creds, request)); in process()
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
D | __init__.py | 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()
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | flakytestreporter.py | 58 self._tool.bugs.authenticate()
|
/external/chromium/net/tools/testserver/ |
D | chromiumsync.py | 754 response.authenticate.user.email = 'syncjuser@chromium' 755 response.authenticate.user.display_name = 'Sync J User'
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 60 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/ |
D | README.plainrsa | 16 wishes to authenticate in this manner.
|
/external/dbus/ |
D | NEWS.pre-1-2 | 131 authenticate as nobody in particular
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1291 int (*authenticate)(void *priv, member
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 727 connect.addHeader(authScheme.authenticate(creds, connect)); in createTunnelToTarget()
|
/external/chromium/chrome/browser/sync/protocol/ |
D | sync.proto | 405 optional AuthenticateMessage authenticate = 6; field 561 optional AuthenticateResponse authenticate = 3; field
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 1349 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/ |
D | rfc3711.txt | 357 key(s) were derived that authenticate and/or encrypt the 630 To authenticate and decrypt an SRTP packet, the receiver SHALL do the
|