Searched refs:root_being_watched (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/ |
D | grpc_tls_certificate_provider.cc | 38 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 …]
|
D | grpc_tls_certificate_provider.h | 72 bool root_being_watched = false; member 102 bool root_being_watched = false; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/ |
D | tls_security_connector.cc | 330 bool root_being_watched = security_connector_->options_->watch_root_cert(); in OnCertificatesChanged() local 336 if ((root_being_watched && root_has_value && identity_being_watched && in OnCertificatesChanged() 338 (root_being_watched && root_has_value && !identity_being_watched) || in OnCertificatesChanged() 339 (!root_being_watched && identity_being_watched && identity_has_value)) { in OnCertificatesChanged() 587 bool root_being_watched = security_connector_->options_->watch_root_cert(); in OnCertificatesChanged() local 593 if ((root_being_watched && root_has_value && identity_being_watched && in OnCertificatesChanged() 595 (root_being_watched && root_has_value && !identity_being_watched) || in OnCertificatesChanged() 596 (!root_being_watched && identity_being_watched && identity_has_value)) { in OnCertificatesChanged()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_certificate_provider.cc | 186 bool root_being_watched, in WatchStatusCallback() argument 204 if (root_being_watched && !watching_root_certs_) { in WatchStatusCallback() 216 } else if (!root_being_watched && watching_root_certs_) { in WatchStatusCallback()
|
D | xds_certificate_provider.h | 79 void WatchStatusCallback(std::string cert_name, bool root_being_watched,
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | grpc_tls_certificate_distributor_test.cc | 168 bool root_being_watched; member 172 root_being_watched(root_watched), in CallbackStatus() 176 root_being_watched == other.root_being_watched && in operator ==() 183 bool root_being_watched, in SetUp() 185 callback_queue_.emplace_back(std::move(cert_name), root_being_watched, in SetUp() 565 bool root_being_watched, in TEST_F() 916 bool root_being_watched, in TEST_F()
|