Home
last modified time | relevance | path

Searched refs:GetRootStore (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.h119 static const tsi_ssl_root_certs_store* GetRootStore();
Dssl_utils.cc407 root_store = grpc_core::DefaultSslRootStore::GetRootStore(); in grpc_ssl_tsi_client_handshaker_factory_init()
523 const tsi_ssl_root_certs_store* DefaultSslRootStore::GetRootStore() { in GetRootStore() function in grpc_core::DefaultSslRootStore
/third_party/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc187 grpc_core::DefaultSslRootStore::GetRootStore(); in ssl_handshake()
/third_party/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc416 root_store = grpc_core::DefaultSslRootStore::GetRootStore(); in grpc_ssl_channel_security_connector_create()
/third_party/grpc/test/core/security/
Dsecurity_connector_test.cc622 grpc_core::TestDefaultSslRootStore::GetRootStore(); in test_default_ssl_roots()