Searched refs:host_and_port (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium/net/base/
H A Dssl_cert_request_info.cc15 host_and_port.clear();
H A Dauth.cc14 this->host_and_port == that.host_and_port &&
H A Dssl_cert_request_info.h29 std::string host_and_port; member in class:net::SSLCertRequestInfo
H A Dauth.h31 std::wstring host_and_port; // <host>:<port> of the server asking for auth member in class:net::AuthChallengeInfo
H A Dnet_util.h101 bool ParseHostAndPort(const std::string& host_and_port,
/external/chromium/chrome/browser/ssl/
H A Dssl_client_auth_notification_details.cc20 return cert_request_info_->host_and_port == cert_request_info->host_and_port;
/external/chromium/net/socket/
H A Dclient_socket_factory.cc64 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,
62 CreateSSLClientSocket( ClientSocketHandle* transport_socket, const HostPortPair& host_and_port, const SSLConfig& ssl_config, SSLHostInfo* ssl_host_info, CertVerifier* cert_verifier, DnsCertProvenanceChecker* dns_cert_checker) argument
125 CreateSSLClientSocket( ClientSocket* transport_socket, const HostPortPair& host_and_port, const SSLConfig& ssl_config, SSLHostInfo* ssl_host_info, CertVerifier* cert_verifier) argument
H A Dclient_socket_factory.h41 const HostPortPair& host_and_port,
50 const HostPortPair& host_and_port,
H A Dssl_client_socket_openssl.h40 const HostPortPair& host_and_port,
45 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLClientSocketOpenSSL
H A Dssl_client_socket_openssl.cc211 void OnSessionAdded(const HostPortPair& host_and_port, SSL_SESSION* session) { argument
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) { argument
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),
385 SSLClientSocketOpenSSL( ClientSocketHandle* transport_socket, const HostPortPair& host_and_port, const SSLConfig& ssl_config, CertVerifier* cert_verifier) argument
[all...]
H A Dssl_client_socket_mac.h32 // 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,
H A Dssl_client_socket_pool.h49 const HostPortPair& host_and_port,
65 const HostPortPair& host_and_port() const { return host_and_port_; } function in class:net::SSLSocketParams
H A Dssl_client_socket_pool.cc29 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();
24 SSLSocketParams( const scoped_refptr<TransportSocketParams>& transport_params, const scoped_refptr<SOCKSSocketParams>& socks_params, const scoped_refptr<HttpProxySocketParams>& http_proxy_params, ProxyServer::Scheme proxy, const HostPortPair& host_and_port, const SSLConfig& ssl_config, int load_flags, bool force_spdy_over_ssl, bool want_spdy_over_npn) argument
H A Dssl_client_socket_nss.h45 // 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,
H A Dssl_client_socket_win.h37 // 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,
H A Dsocket_test_util.cc605 const HostPortPair& host_and_port,
611 new MockSSLClientSocket(transport_socket, host_and_port, ssl_config,
1095 cert_request_info->host_and_port =
1096 data_->cert_request_info->host_and_port;
1323 const HostPortPair& host_and_port,
1329 new MockSSLClientSocket(transport_socket, host_and_port, ssl_config,
603 CreateSSLClientSocket( ClientSocketHandle* transport_socket, const HostPortPair& host_and_port, const SSLConfig& ssl_config, SSLHostInfo* ssl_host_info, CertVerifier* cert_verifier, DnsCertProvenanceChecker* dns_cert_checker) argument
1321 CreateSSLClientSocket( ClientSocketHandle* transport_socket, const HostPortPair& host_and_port, const SSLConfig& ssl_config, SSLHostInfo* ssl_host_info, CertVerifier* cert_verifier, DnsCertProvenanceChecker* dns_cert_checker) argument
H A Dsocket_test_util.h542 const HostPortPair& host_and_port,
703 const HostPortPair& host_and_port,
900 const HostPortPair& host_and_port,
/external/chromium/chrome/browser/ui/views/
H A Dssl_client_certificate_selector_win.cc47 ASCIIToUTF16(cert_request_info->host_and_port)));
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc59 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/
H A DWebUrlLoaderClient.cpp469 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/
H A Dsockets.h285 * objects. Parameter host_and_port should be in format [host:]port, where
303 SockAddress** sock_address_list_create2(const char* host_and_port,
H A Dsockets.c810 sock_address_list_create2(const char* host_and_port, unsigned flags ) argument
815 const char* port_name = strchr(host_and_port, ':');
817 int to_copy = MIN(sizeof(host_name)-1, port_name - host_and_port);
819 memcpy(host_name, host_and_port, to_copy);
827 port_name = host_and_port;
/external/chromium/chrome/browser/ui/gtk/
H A Dssl_client_certificate_selector.cc119 cert_request_info->host_and_port.c_str());
373 cert_request_info_->host_and_port,
/external/chromium/net/url_request/
H A Durl_request_ftp_job.cc197 auth_info->host_and_port = ASCIIToWide(
/external/valgrind/tsan/
H A Dts_util.h370 // If host_and_port looks like myhost:12345, open a socket for writing
372 FILE *OpenSocketForWriting(const string &host_and_port);

Completed in 303 milliseconds

12