Searched refs:ssl_host_info_ (Results 1 – 4 of 4) sorted by relevance
495 ssl_host_info_(ssl_host_info), in SSLClientSocketNSS()1361 if (ssl_host_info_.get() && !ssl_host_info_->state().certs.empty()) { in DoHandshake()1363 const SSLHostInfo::State& state = ssl_host_info_->state(); in DoHandshake()1534 if (ssl_host_info_.get() && !ssl_host_info_->state().certs.empty() && in DoVerifyCert()1542 base::TimeTicks end_time = ssl_host_info_->verification_end_time(); in DoVerifyCert()1546 end_time - ssl_host_info_->verification_start_time()); in DoVerifyCert()1547 server_cert_verify_result_ = &ssl_host_info_->cert_verify_result(); in DoVerifyCert()1548 return ssl_host_info_->WaitForCertVerification(&handshake_io_callback_); in DoVerifyCert()1704 if (!ssl_host_info_.get()) in SaveSSLHostInfo()1709 if (ssl_host_info_->WaitForDataReady(NULL) != OK) in SaveSSLHostInfo()[all …]
244 ssl_host_info_.reset( in DoTransportConnect()249 if (ssl_host_info_.get()) { in DoTransportConnect()251 ssl_host_info_->StartDnsLookup(dnsrr_resolver_); in DoTransportConnect()255 ssl_host_info_->Start(); in DoTransportConnect()334 params_->ssl_config(), ssl_host_info_.release(), cert_verifier_, in DoSSLConnect()
257 scoped_ptr<SSLHostInfo> ssl_host_info_; variable
168 scoped_ptr<SSLHostInfo> ssl_host_info_; variable