Home
last modified time | relevance | path

Searched defs:channel_creds (Results 1 – 25 of 31) sorted by relevance

12

/external/grpc-grpc/test/cpp/util/
Dcreate_test_channel.cc75 std::shared_ptr<ChannelCredentials> channel_creds; in CreateTestChannel() local
147 std::shared_ptr<ChannelCredentials> channel_creds = in CreateTestChannel() local
Dcli_credentials.cc196 std::shared_ptr<grpc::ChannelCredentials> channel_creds = in GetCredentials() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.h42 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in InsecureChannelSecurityConnector()
/external/grpc-grpc/test/cpp/qps/
Dbenchmark_config.cc75 std::shared_ptr<ChannelCredentials> channel_creds = in InitBenchmarkReporters() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.h36 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_composite_channel_credentials()
Dcomposite_credentials.cc219 grpc_channel_credentials* channel_creds, grpc_call_credentials* call_creds, in grpc_composite_channel_credentials_create()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h117 const grpc_channel_credentials* channel_creds() const { in channel_creds() function
Dsecurity_connector.cc53 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_channel_security_connector()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc69 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_alts_channel_security_connector()
277 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_alts_channel_security_connector_create()
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc125 grpc_channel_credentials* channel_creds, const char* target, in grpc_channel_credentials_create_security_connector()
139 grpc_channel_credentials* channel_creds) { in grpc_channel_credentials_duplicate_without_call_credentials()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc147 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_local_channel_security_connector()
242 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_local_channel_security_connector_create()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc50 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_fake_channel_security_connector()
306 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_fake_channel_security_connector_create()
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_session_cache_test.py70 def _do_one_shot_client_rpc(self, channel_creds, channel_options, port, argument
D_auth_context_test.py144 def _do_one_shot_client_rpc(self, channel_creds, channel_options, port, argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc70 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_ssl_channel_security_connector()
397 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in grpc_ssl_channel_security_connector_create()
/external/grpc-grpc/test/cpp/end2end/
Dshutdown_test.cc87 auto channel_creds = in ResetStub() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc73 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in CreateTlsChannelSecurityConnector()
105 grpc_core::RefCountedPtr<grpc_channel_credentials> channel_creds, in TlsChannelSecurityConnector()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dlocal_security_connector.cc170 grpc_channel_credentials* channel_creds, in grpc_local_channel_security_connector_create()
Dsecurity_connector.h118 grpc_channel_credentials* channel_creds; member
Dalts_security_connector.cc241 grpc_channel_credentials* channel_creds, in grpc_alts_channel_security_connector_create()
/external/grpc-grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc253 grpc_channel_credentials* channel_creds, grpc_call_credentials* call_creds, in grpc_composite_channel_credentials_create()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc169 const std::shared_ptr<ChannelCredentials>& channel_creds, in CompositeChannelCredentials()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc434 grpc_channel_credentials* channel_creds = in test_channel_oauth2_composite_creds() local
508 grpc_channel_credentials* channel_creds = in test_channel_oauth2_google_iam_composite_creds() local
1120 grpc_channel_credentials* channel_creds = in test_channel_creds_duplicate_without_call_creds() local
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc558 grpc_channel_credentials* channel_creds = new check_channel_oauth2(); in test_channel_oauth2_composite_creds() local
645 grpc_channel_credentials* channel_creds = in test_channel_oauth2_google_iam_composite_creds() local
1646 grpc_composite_channel_credentials* channel_creds = in test_google_default_creds_call_creds_specified() local
1705 grpc_composite_channel_credentials* channel_creds = in test_google_default_creds_not_default() local
1888 grpc_channel_credentials* channel_creds = in test_channel_creds_duplicate_without_call_creds() local
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.cc368 const std::shared_ptr<ChannelCredentials>& channel_creds, in CompositeChannelCredentials()

12