Home
last modified time | relevance | path

Searched refs:host_and_port_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/socket/
Dssl_client_socket_openssl.h56 const HostPortPair& host_and_port() const { return host_and_port_; } in host_and_port()
263 const HostPortPair host_and_port_; variable
Dssl_client_socket_openssl.cc354 host_and_port_(host_and_port), in SSLClientSocketOpenSSL()
373 std::string result = host_and_port_.ToString(); in GetSessionCacheKey()
392 cert_request_info->host_and_port = host_and_port_; in GetSSLCertRequestInfo()
698 if (!SSL_set_tlsext_host_name(ssl_, host_and_port_.host().c_str())) in Init()
906 DVLOG(2) << "Result of session reuse for " << host_and_port_.ToString() in DoHandshake()
976 host_and_port_.host(), in DoChannelIDLookup()
1069 host_and_port_.host(), in DoVerifyCert()
1098 host_and_port_.host(), in DoVerifyCertComplete()
Dssl_client_socket_pool.h73 const HostPortPair& host_and_port() const { return host_and_port_; } in host_and_port()
88 const HostPortPair host_and_port_; variable
Dssl_client_socket_nss.cc835 HostPortPair host_and_port_; member in net::SSLClientSocketNSS::Core
928 host_and_port_(host_and_port), in Core()
2261 std::string host = core->host_and_port_.host(); in ClientChannelIDHandler()
2455 VLOG(1) << "The server " << host_and_port_.ToString() in UpdateConnectionStatus()
2740 host_and_port_(host_and_port), in SSLClientSocketNSS()
2834 cert_request_info->host_and_port = host_and_port_; in GetSSLCertRequestInfo()
3065 host_and_port_, in InitCore()
3195 SSL_SetURL(nss_fd_, host_and_port_.host().c_str()); in InitializeSSLOptions()
3232 std::string peer_id = host_and_port_.ToString(); in InitializeSSLPeerName()
3380 host_and_port_.host(), in DoVerifyCert()
[all …]
Dssl_client_socket_nss.h167 HostPortPair host_and_port_; variable
Dssl_client_socket_pool.cc42 host_and_port_(host_and_port), in SSLSocketParams()
/external/chromium_org/net/ocsp/
Dnss_ocsp.cc454 : host_and_port_(host, port) {} in OCSPServerSession()
472 host_and_port_.ToString().c_str(), in CreateRequest()
488 HostPortPair host_and_port_; member in net::__anon8af2aef80111::OCSPServerSession