Searched refs:root_cert_path (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/include/grpcpp/security/ |
D | tls_certificate_provider.h | 104 const std::string& root_cert_path, 114 FileWatcherCertificateProvider(const std::string& root_cert_path, in FileWatcherCertificateProvider() argument 116 : FileWatcherCertificateProvider("", "", root_cert_path, in FileWatcherCertificateProvider()
|
/third_party/grpc/src/cpp/common/ |
D | tls_certificate_provider.cc | 47 const std::string& root_cert_path, unsigned int refresh_interval_sec) { in FileWatcherCertificateProvider() argument 50 root_cert_path.c_str(), refresh_interval_sec); in FileWatcherCertificateProvider()
|
/third_party/grpc/src/core/lib/security/credentials/tls/ |
D | grpc_tls_certificate_provider.cc | 98 std::string root_cert_path, unsigned int refresh_interval_sec) in FileWatcherCertificateProvider() argument 101 root_cert_path_(std::move(root_cert_path)), in FileWatcherCertificateProvider() 386 const char* root_cert_path, unsigned int refresh_interval_sec) { in grpc_tls_certificate_provider_file_watcher_create() argument 390 root_cert_path == nullptr ? "" : root_cert_path, refresh_interval_sec); in grpc_tls_certificate_provider_file_watcher_create()
|
D | grpc_tls_certificate_provider.h | 91 std::string root_cert_path,
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 841 const char* root_cert_path, unsigned int refresh_interval_sec);
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 476 …private_key_path, const char* identity_certificate_path, const char* root_cert_path, unsigned int …
|