Home
last modified time | relevance | path

Searched refs:root_being_watched (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc38 bool root_being_watched, in StaticDataCertificateProvider()
44 if (!info.root_being_watched && root_being_watched && in StaticDataCertificateProvider()
48 info.root_being_watched = root_being_watched; in StaticDataCertificateProvider()
54 if (!info.root_being_watched && !info.identity_being_watched) { in StaticDataCertificateProvider()
65 if (root_being_watched && !root_has_update) { in StaticDataCertificateProvider()
128 bool root_being_watched, in FileWatcherCertificateProvider()
135 if (!info.root_being_watched && root_being_watched && in FileWatcherCertificateProvider()
139 info.root_being_watched = root_being_watched; in FileWatcherCertificateProvider()
145 if (!info.root_being_watched && !info.identity_being_watched) { in FileWatcherCertificateProvider()
155 if (root_being_watched && !root_certificate.has_value()) { in FileWatcherCertificateProvider()
[all …]
Dgrpc_tls_certificate_provider.h72 bool root_being_watched = false; member
102 bool root_being_watched = false; member
/third_party/grpc/src/core/ext/xds/
Dxds_certificate_provider.cc205 const std::string& cert_name, bool root_being_watched, in WatchStatusCallback() argument
212 if (root_being_watched && !watching_root_certs_) { in WatchStatusCallback()
224 } else if (!root_being_watched && watching_root_certs_) { in WatchStatusCallback()
352 bool root_being_watched, in WatchStatusCallback() argument
362 it->second->WatchStatusCallback(cert_name, root_being_watched, in WatchStatusCallback()
Dxds_certificate_provider.h109 bool root_being_watched,
127 void WatchStatusCallback(std::string cert_name, bool root_being_watched,
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc599 bool root_being_watched = security_connector_->options_->watch_root_cert(); in OnCertificatesChanged() local
605 if ((root_being_watched && root_has_value && identity_being_watched && in OnCertificatesChanged()
607 (root_being_watched && root_has_value && !identity_being_watched) || in OnCertificatesChanged()
608 (!root_being_watched && identity_being_watched && identity_has_value)) { in OnCertificatesChanged()