Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_certificate_provider.cc256 const std::string& root_cert_full_path) { in ReadRootCertificatesFromFile() argument
260 grpc_load_file(root_cert_full_path.c_str(), 0, &root_slice); in ReadRootCertificatesFromFile()
263 root_cert_full_path.c_str(), grpc_error_string(root_error)); in ReadRootCertificatesFromFile()
Dgrpc_tls_certificate_provider.h109 const std::string& root_cert_full_path);