Searched refs:watch_root_cert (Results 1 – 2 of 2) sorted by relevance
132 if (options_->watch_root_cert()) { in TlsChannelSecurityConnector()145 bool use_default_roots = !options_->watch_root_cert(); in TlsChannelSecurityConnector()343 const bool root_ready = !security_connector_->options_->watch_root_cert() || in OnCertificatesChanged()395 bool use_default_roots = !options_->watch_root_cert(); in UpdateHandshakerFactoryLocked()523 if (options_->watch_root_cert()) { in TlsServerSecurityConnector()599 bool root_being_watched = security_connector_->options_->watch_root_cert(); in OnCertificatesChanged()
124 bool watch_root_cert() { return watch_root_cert_; } in watch_root_cert() function