HomeSort by relevance Sort by last modified time
    Searched full:authenticate (Results 76 - 100 of 319) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 75 bool GaiaAuthenticator::Authenticate(const string& user_name,
237 // We never authenticate an email as a hosted account.
388 bool GaiaAuthenticator::Authenticate(const string& user_name,
392 return Authenticate(user_name, password, empty,
  /external/chromium/net/http/
http_auth_controller.cc 31 while (headers->EnumerateHeader(&iter, "proxy-authenticate", &header_val)) {
32 msg.append("\n Has header Proxy-Authenticate: ");
37 while (headers->EnumerateHeader(&iter, "www-authenticate", &header_val)) {
38 msg.append("\n Has header WWW-Authenticate: ");
http_auth_controller_unittest.cc 50 "Proxy-Authenticate: MOCK foo\r\n"
http_auth_handler_negotiate.h 29 // Handler for WWW-Authenticate: Negotiate protocol.
http_network_transaction_unittest.cc     [all...]
  /external/ganymed-ssh2/examples/
PortForwarding.java 42 /* Authenticate */
SingleThreadStdoutStderr.java 30 /* Authenticate */
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 254 * Note that since 1.2 this is no longer applicable to the WWW-Authenticate
255 * and Proxy-Authenticate headers
275 * Note that since 1.2 this is no longer applicable to the WWW-Authenticate
276 * and Proxy-Authenticate headers
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 40 * from OAuth WWW-Authenticate headers and the body. The header parameters
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 48 * from OAuth WWW-Authenticate headers and the body. The header parameters
  /external/openssh/
auth-rh-rsa.c 62 * Tries to authenticate the user using the .rhosts file and the host using
auth-sia.c 69 error("Couldn't authenticate %s from %s",
  /external/openssh/openbsd-compat/
port-aix.h 44 int authenticate(char *, char *, int *, char **);
  /external/openssh/regress/
multiplex.sh 23 # Wait for master to start and authenticate
  /libcore/luni/src/main/java/javax/net/ssl/
SSLParameters.java 125 * Returns true if a server optionally wants to authenticate a
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 43 stackLogger.logDebug("trying to authenticate using : " + algorithm + ", "+
119 stackLogger.logDebug("trying to authenticate using : " + algorithm + ", "
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ProxyAuthenticateParser.java 73 "Proxy-Authenticate: Digest realm=\"MCI WorldCom SIP\","+
77 "Proxy-Authenticate: Digest realm=\"MCI WorldCom SIP\","+
  /frameworks/base/docs/html/training/id-auth/
identify.jd 7 next.link=authenticate.html
135 The next lesson explains how to authenticate to existing online services. The lesson after that
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 151 HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
228 # Whether to use a strict mode to parse WWW-Authenticate headers
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', {}
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 63 * server against a list of trusted certificates and to authenticate to
72 * authenticate itself with a non-trusted certificate.
85 * pair. The client secure socket will use the private key to authenticate
  /external/ppp/pppd/plugins/
winbind.c 468 * Tells pppd that we will try to authenticate the peer, and not to
486 * 1 if we can authenticate, -1 if we cannot.
511 * AUTHENTICATED (1) if we can authenticate, NOT_AUTHENTICATED (0) if we cannot.
  /external/srtp/crypto/ae_xfm/
xfm.c 78 /* authenticate clear and opaque data */
154 /* authenticate clear and opaque data */
258 * authenticate clear and opaque data, then write the
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 69 * server against a list of trusted certificates and to authenticate to
78 * authenticate itself with a non-trusted certificate.
91 * pair. The client secure socket will use the private key to authenticate
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 246 + "Proxy-authenticate: Basic realm=\"remotehost\"\n\n")
301 response.getWriter().print("<h1>No WWW-Authenticate</h1>");
307 response.addHeader("WWW-Authenticate",
333 // Test response code which need authenticate
358 .getHeaderField("WWW-Authenticate"));
379 assertNull(conn.getHeaderField("WWW-Authenticate"));
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 308 * Construct a WWW-Authenticate or Authentication header value, containing
356 * Parse the parameters from an OAuth Authorization or WWW-Authenticate

Completed in 665 milliseconds

1 2 34 5 6 7 8 91011>>