HomeSort by relevance Sort by last modified time
    Searched full:authenticate (Results 351 - 375 of 544) sorted by null

<<11121314151617181920>>

  /external/chromium_org/sync/protocol/
sync.proto 630 AUTHENTICATE = 3;
637 optional AuthenticateMessage authenticate = 6;
    [all...]
  /external/openssh/
sshd.8 158 Gives the grace time for clients to authenticate themselves (default
160 If the client fails to authenticate the user within
321 The client tries to authenticate itself using
auth2-pubkey.c 380 /* Authenticate a certificate key against TrustedUserCAKeys */
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 348 print(os, "WWW-Authenticate: Basic realm=\"test\"\r\n");
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 219 public Header authenticate( method in class:DigestScheme
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 150 // Authenticate sync client using GAIA credentials.
  /external/chromium/net/http/
http_auth_handler_digest.cc 174 // WWW-Authenticate: Digest
http_proxy_client_socket_pool_unittest.cc 246 MockRead(true, 2, "Proxy-Authenticate: Basic realm=\"MyRealm1\"\r\n"),
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h 230 //! (optionally) encrypt, authenticate, and bind the connection.
  /external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc 342 AddLoginTimeMarker("Authenticate", true);
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.h 18 // Authenticate a user against the Google Accounts ClientLogin API
  /external/chromium_org/net/http/
http_auth_handler_digest.cc 170 // WWW-Authenticate: Digest
  /external/chromium_org/remoting/webapp/
session_connector.js 107 * String used to authenticate to the host on connection. For IT2Me, this is
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 365 // The AUTHENTICATE response we'll return for auth requests.
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]
sync_testserver.py 210 self.send_header('www-Authenticate', challenge)
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengine.h 238 //! (optionally) encrypt, authenticate, and bind the connection.
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.h 77 #define PH_FRINFC_NDEFMAP_STATE_AUTH 3 /*!< Authenticate is going on*/
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
ResponseHeaders.java 498 && !"Proxy-Authenticate".equalsIgnoreCase(fieldName)
  /external/ppp/pppd/
chap-new.c 225 * chap_auth_with_peer - Prepare to authenticate ourselves to the peer.
  /external/smack/src/org/jivesoftware/smack/
PacketReader.java 234 // situation. It is still possible to authenticate and
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 47 * whenever wpa_supplicant is trying to pre-authenticate and then switching
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 681 if not 'www-authenticate' in headers:
684 stuff = headers['www-authenticate']
703 if not 'proxy-authenticate' in headers:
706 stuff = headers['proxy-authenticate']
    [all...]
urllib2.py 896 response = self.http_error_auth_reqed('www-authenticate',
912 response = self.http_error_auth_reqed('proxy-authenticate',
    [all...]

Completed in 5168 milliseconds

<<11121314151617181920>>