Home
last modified time | relevance | path

Searched refs:GetPemRootCerts (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.h122 static const char* GetPemRootCerts();
Dssl_utils.cc399 root_certs = grpc_core::DefaultSslRootStore::GetPemRootCerts(); in grpc_ssl_tsi_client_handshaker_factory_init()
525 const char* DefaultSslRootStore::GetPemRootCerts() { in GetPemRootCerts() function in grpc_core::DefaultSslRootStore
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h259 static const char* GetPemRootCerts();
Dsecurity_connector.cc1059 options.pem_root_certs = grpc_core::DefaultSslRootStore::GetPemRootCerts();
1185 const char* DefaultSslRootStore::GetPemRootCerts() { function in grpc_core::DefaultSslRootStore
/external/rust/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc185 grpc_core::DefaultSslRootStore::GetPemRootCerts(); in ssl_handshake()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli_security_connector.cc175 grpc_core::DefaultSslRootStore::GetPemRootCerts(); in ssl_handshake()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc411 pem_root_certs = grpc_core::DefaultSslRootStore::GetPemRootCerts(); in grpc_ssl_channel_security_connector_create()