Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.h119 static const tsi_ssl_root_certs_store* GetRootStore();
Dssl_utils.cc404 root_store = grpc_core::DefaultSslRootStore::GetRootStore(); in grpc_ssl_tsi_client_handshaker_factory_init()
520 const tsi_ssl_root_certs_store* DefaultSslRootStore::GetRootStore() { in GetRootStore() function in grpc_core::DefaultSslRootStore
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h256 static const tsi_ssl_root_certs_store* GetRootStore();
Dsecurity_connector.cc1060 options.root_store = grpc_core::DefaultSslRootStore::GetRootStore();
1180 const tsi_ssl_root_certs_store* DefaultSslRootStore::GetRootStore() { function in grpc_core::DefaultSslRootStore
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc187 grpc_core::DefaultSslRootStore::GetRootStore(); in ssl_handshake()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli_security_connector.cc177 grpc_core::DefaultSslRootStore::GetRootStore(); in ssl_handshake()
/external/rust/crates/grpcio-sys/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()
/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc423 grpc_core::TestDefaultSslRootStore::GetRootStore(); in test_default_ssl_roots()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dsecurity_connector_test.cc622 grpc_core::TestDefaultSslRootStore::GetRootStore(); in test_default_ssl_roots()