Home | History | Annotate | Download | only in socket

Lines Matching refs:ssl_host_info_

495       ssl_host_info_(ssl_host_info),
1359 // |ssl_host_info_->state().certs) matches the actual certificate chain
1360 // before we try to save it before we update |ssl_host_info_|.
1361 if (ssl_host_info_.get() && !ssl_host_info_->state().certs.empty()) {
1363 const SSLHostInfo::State& state = ssl_host_info_->state();
1534 if (ssl_host_info_.get() && !ssl_host_info_->state().certs.empty() &&
1542 base::TimeTicks end_time = ssl_host_info_->verification_end_time();
1546 end_time - ssl_host_info_->verification_start_time());
1547 server_cert_verify_result_ = &ssl_host_info_->cert_verify_result();
1548 return ssl_host_info_->WaitForCertVerification(&handshake_io_callback_);
1704 if (!ssl_host_info_.get())
1709 if (ssl_host_info_->WaitForDataReady(NULL) != OK)
1712 SSLHostInfo::State* state = ssl_host_info_->mutable_state();
1725 ssl_host_info_->Persist();