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

1 2

  /frameworks/base/core/java/android/webkit/
SslClientCertLookupTable.java 47 public void Allow(String host_and_port, PrivateKey privateKey, byte[][] chain) {
48 privateKeys.put(host_and_port, privateKey);
49 certificateChains.put(host_and_port, chain);
50 denied.remove(host_and_port);
53 public void Deny(String host_and_port) {
54 privateKeys.remove(host_and_port);
55 certificateChains.remove(host_and_port);
56 denied.add(host_and_port);
59 public boolean IsAllowed(String host_and_port) {
60 return privateKeys.containsKey(host_and_port);
    [all...]
WebViewClientClassicExt.java 47 * @param host_and_port The host and port of the requesting server.
50 ClientCertRequestHandler handler, String host_and_port) {
ClientCertRequestHandler.java 43 String host_and_port,
47 mHostAndPort = host_and_port;
  /external/chromium/net/base/
ssl_cert_request_info.cc 15 host_and_port.clear();
auth.cc 14 this->host_and_port == that.host_and_port &&
ssl_cert_request_info.h 29 std::string host_and_port; member in class:net::SSLCertRequestInfo
auth.h 31 std::wstring host_and_port; // <host>:<port> of the server asking for auth member in class:net::AuthChallengeInfo
  /external/chromium/chrome/browser/ssl/
ssl_client_auth_notification_details.cc 20 return cert_request_info_->host_and_port == cert_request_info->host_and_port;
  /external/chromium/net/socket/
client_socket_factory.cc 64 const HostPortPair& host_and_port,
72 return new SSLClientSocketWin(transport_socket, host_and_port,
75 return new SSLClientSocketNSS(transport_socket, host_and_port, ssl_config,
79 return new SSLClientSocketOpenSSL(transport_socket, host_and_port,
82 return new SSLClientSocketNSS(transport_socket, host_and_port, ssl_config,
87 return new SSLClientSocketMac(transport_socket, host_and_port,
90 return new SSLClientSocketNSS(transport_socket, host_and_port, ssl_config,
127 const HostPortPair& host_and_port,
133 return CreateSSLClientSocket(socket_handle, host_and_port, ssl_config,
client_socket_factory.h 41 const HostPortPair& host_and_port,
50 const HostPortPair& host_and_port,
ssl_client_socket_openssl.h 40 const HostPortPair& host_and_port,
45 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLClientSocketOpenSSL
ssl_client_socket_openssl.cc 211 void OnSessionAdded(const HostPortPair& host_and_port, SSL_SESSION* session) {
219 host_port_map_.insert(std::make_pair(host_and_port, session));
226 << host_and_port.ToString() << ", new entry = " << res.second;
227 DCHECK(host_port_map_[host_and_port] == session);
253 bool SetSSLSession(SSL* ssl, const HostPortPair& host_and_port) {
255 HostPortMap::iterator it = host_port_map_.find(host_and_port);
259 << host_and_port.ToString();
335 session_cache_.OnSessionAdded(socket->host_and_port(), session);
387 const HostPortPair& host_and_port,
407 host_and_port_(host_and_port),
    [all...]
ssl_client_socket_mac.h 32 // The hostname specified in |host_and_port| will be compared with the name(s)
34 // authentication is requested, the host_and_port field of SSLCertRequestInfo
35 // will be populated with |host_and_port|. |ssl_config| specifies
38 const HostPortPair& host_and_port,
ssl_client_socket_win.h 37 // The hostname specified in |host_and_port| will be compared with the name(s)
39 // authentication is requested, the host_and_port field of SSLCertRequestInfo
40 // will be populated with |host_and_port|. |ssl_config| specifies
43 const HostPortPair& host_and_port,
ssl_client_socket_pool.h 49 const HostPortPair& host_and_port,
65 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLSocketParams
ssl_client_socket_pool.cc 29 const HostPortPair& host_and_port,
38 host_and_port_(host_and_port),
245 ssl_host_info_factory_->GetForHost(params_->host_and_port().host(),
333 transport_socket_handle_.release(), params_->host_and_port(),
399 const std::string& host = params_->host_and_port().host();
ssl_client_socket_nss.h 45 // The hostname specified in |host_and_port| will be compared with the name(s)
47 // authentication is requested, the host_and_port field of SSLCertRequestInfo
48 // will be populated with |host_and_port|. |ssl_config| specifies
51 const HostPortPair& host_and_port,
socket_test_util.h 542 const HostPortPair& host_and_port,
703 const HostPortPair& host_and_port,
900 const HostPortPair& host_and_port,
    [all...]
socket_test_util.cc 605 const HostPortPair& host_and_port,
611 new MockSSLClientSocket(transport_socket, host_and_port, ssl_config,
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 108 String host_and_port) {
110 ((WebViewClientClassicExt) mWrappedClient).onReceivedClientCertRequest(view, handler, host_and_port);
112 super.onReceivedClientCertRequest(view, handler, host_and_port);
  /external/chromium/chrome/browser/ui/views/
ssl_client_certificate_selector_win.cc 47 ASCIIToUTF16(cert_request_info->host_and_port)));
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 59 signon_realm = WideToASCII(auth_info.host_and_port);
416 string16 host_and_port_hack16 = WideToUTF16Hack(auth_info_->host_and_port);
440 std::string host_and_port(WideToASCII(auth_info_->host_and_port));
442 std::string origin = host_and_port;
447 } else if (net::GetHostAndPort(request_url_) != host_and_port) {
451 dialog_form.origin = GURL(request_url_.scheme() + "://" + host_and_port);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoaderClient.cpp 469 std::string host = base::SysWideToUTF8(authChallengeInfo->host_and_port);
500 std::string host_and_port = cert_request_info->host_and_port;
502 m_webFrame->requestClientCert(this, host_and_port);
  /external/qemu/
sockets.h 285 * objects. Parameter host_and_port should be in format [host:]port, where
303 SockAddress** sock_address_list_create2(const char* host_and_port,
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 293 * objects. Parameter host_and_port should be in format [host:]port, where
311 SockAddress** sock_address_list_create2(const char* host_and_port,

Completed in 1731 milliseconds

1 2