Home
last modified time | relevance | path

Searched refs:root_cert_path (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/include/grpcpp/security/
Dtls_certificate_provider.h104 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/
Dtls_certificate_provider.cc47 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/
Dgrpc_tls_certificate_provider.cc98 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()
Dgrpc_tls_certificate_provider.h91 std::string root_cert_path,
/third_party/grpc/include/grpc/
Dgrpc_security.h841 const char* root_cert_path, unsigned int refresh_interval_sec);
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h476 …private_key_path, const char* identity_certificate_path, const char* root_cert_path, unsigned int …