HomeSort by relevance Sort by last modified time
    Searched refs:authentication (Results 1 - 25 of 40) sorted by null

1 2

  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java 28 public final PasswordAuthentication authentication; field in class:RecordingAuthenticator
30 public RecordingAuthenticator(PasswordAuthentication authentication) {
31 this.authentication = authentication;
56 return authentication;
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl 38 echo test sslv2 with server authentication
42 echo test sslv2 with client authentication
45 echo test sslv2 with both client and server authentication
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthroug
    [all...]
  /external/openssl/android.testssl/
testssl 38 echo test sslv2 with server authentication
42 echo test sslv2 with client authentication
45 echo test sslv2 with both client and server authentication
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthroug
    [all...]
  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 145 def SetSecurityWEP(self, key_value, authentication):
146 self.AddItemToCommandList(self._SetSecurityWEP, (key_value, authentication),
149 def _SetSecurityWEP(self, key_value, authentication):
150 logging.info('This router %s does not support WEP authentication type: %s',
151 self.GetRouterName(), authentication)
dlink_ap_configurator.py 252 def SetSecurityWEP(self, key_value, authentication):
253 self.AddItemToCommandList(self._SetSecurityWEP, (key_value, authentication),
256 def _SetSecurityWEP(self, key_value, authentication):
260 self.SelectItemFromPopupByID(authentication, 'auth_type',
ap_configurator.py 304 def SetSecurityWEP(self, key_value, authentication):
309 authentication: one of two supported authentication types:
  /external/chromium_org/remoting/webapp/
plugin_settings.js 29 /** @type {string} Base URL for OAuth2 authentication. */
50 // Third party authentication settings.
third_party_token_fetcher.js 7 * Third party authentication support for the remoting web-app.
9 * When third party authentication is being used, the client must request both a
11 * present the user with an authentication page, or use any other method to
17 * secret, they use a zero-disclosure mutual authentication protocol to
18 * negotiate an authentication key, which is used to establish the connection.
28 * Encapsulates the logic to fetch a third party authentication token.
client_plugin.js 103 * authentication methods the client should attempt to use.
105 * authentication hashes.
201 * Sets the third party authentication token and shared secret.
210 * Request pairing with the host for PIN-less authentication.
third_party_host_permissions.js 9 * When third party authentication is being used, the client must talk to a
oauth2_api.js 42 * Interprets HTTP error responses in authentication XMLHttpRequests.
61 console.warn('Unexpected authentication response code: ' + xhrStatus);
client_plugin_async.js 414 * authentication methods the client should attempt to use.
416 * authentication hashes.
589 * Sets the third party authentication token and shared secret.
602 * Request pairing with the host for PIN-less authentication.
event_handlers.js 17 // the access code both before and after re-authentication.
client_session.js 33 * authentication token must be obtained.
35 * authentication methods the client should attempt to use.
37 * Mixed into authentication hashes for some authentication methods.
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_translator_onc_to_shill.cc 106 std::string authentication; local
108 &authentication);
111 if (authentication == ::onc::ethernet::k8021X)
  /external/chromium_org/components/wifi/
wifi_service_win.cc 310 std::string* authentication,
1513 std::string authentication; local
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java.orig 34 import org.jivesoftware.smack.packet.Authentication;
384 private static Authentication parseAuthentication(XmlPullParser parser) throws Exception {
385 Authentication authentication = new Authentication();
391 authentication.setUsername(parser.nextText());
394 authentication.setPassword(parser.nextText());
397 authentication.setDigest(parser.nextText());
400 authentication.setResource(parser.nextText());
409 return authentication;
    [all...]
PacketParserUtils.java 33 import org.jivesoftware.smack.packet.Authentication;
383 private static Authentication parseAuthentication(XmlPullParser parser) throws Exception {
384 Authentication authentication = new Authentication(); local
390 authentication.setUsername(parser.nextText());
393 authentication.setPassword(parser.nextText());
396 authentication.setDigest(parser.nextText());
399 authentication.setResource(parser.nextText());
408 return authentication;
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 10 * 1. Main script sends an 'onAuthStarted' signal to indicate the authentication
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 470 // Unencrypted authentication patterns
485 // Look for authentication information from data received from the server in
486 // multi-round Negotiate authentication.
505 // Ignore Basic and Digest authentication challenges, as they contain
  /external/kernel-headers/original/linux/
net.h 174 short authentication; member in struct:net_proto_family
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 15 deals with digest authentication.
58 # set up authentication info
67 # build a new opener that adds authentication and caching FTP handlers
79 # If an authentication error handler that tries to perform
80 # authentication for some reason but fails, how should the error be
290 # useful for something like authentication
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 15 deals with digest authentication.
58 # set up authentication info
67 # build a new opener that adds authentication and caching FTP handlers
79 # If an authentication error handler that tries to perform
80 # authentication for some reason but fails, how should the error be
290 # useful for something like authentication
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 169 * Displays animations on successful authentication, that have to happen
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 83 SUPPORTING CLIENT AUTHENTICATION
85 To support client authentication with TLS, run standalone.py with -t, -k, -c,
786 self._logger.info('Request basic authentication')
    [all...]

Completed in 412 milliseconds

1 2