Home
last modified time | relevance | path

Searched refs:root_cert_path_ (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc101 root_cert_path_(std::move(root_cert_path)), in FileWatcherCertificateProvider()
107 GPR_ASSERT(!private_key_path_.empty() || !root_cert_path_.empty()); in FileWatcherCertificateProvider()
182 if (!root_cert_path_.empty()) { in ForceUpdate()
183 root_certificate = ReadRootCertificatesFromFile(root_cert_path_); in ForceUpdate()
Dgrpc_tls_certificate_provider.h118 std::string root_cert_path_; variable