Home
last modified time | relevance | path

Searched defs:UseSystemRootCerts (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/xds/grpc/
Dxds_certificate_provider.h69 bool UseSystemRootCerts() const { return use_system_root_certs_; } in UseSystemRootCerts() function
/third_party/grpc/test/cpp/end2end/xds/
Dxds_security_end2end_test.cc457 TEST_P(XdsSecurityTest, UseSystemRootCerts) { in TEST_P() argument