Home
last modified time | relevance | path

Searched refs:ComputePemRootCerts (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.h127 static grpc_slice ComputePemRootCerts();
Dssl_utils.cc536 grpc_slice DefaultSslRootStore::ComputePemRootCerts() { in ComputePemRootCerts() function in grpc_core::DefaultSslRootStore
579 default_pem_root_certs_ = ComputePemRootCerts(); in InitRootStoreOnce()
/third_party/grpc/test/core/security/
Dsecurity_connector_test.cc567 return ComputePemRootCerts(); in ComputePemRootCertsForTesting()