Home
last modified time | relevance | path

Searched refs:SslCredentials (Results 1 – 18 of 18) sorted by relevance

/external/python/google-auth-library-python/google/auth/transport/
Dgrpc.py276 adc_ssl_credentils = SslCredentials()
289 class SslCredentials: class
/external/python/google-auth-library-python/tests/transport/
Dtest_grpc.py426 ssl_credentials = google.auth.transport.grpc.SslCredentials()
455 assert google.auth.transport.grpc.SslCredentials().ssl_credentials
478 ssl_credentials = google.auth.transport.grpc.SslCredentials()
495 ssl_credentials = google.auth.transport.grpc.SslCredentials()
/external/federated-compute/fcp/client/
Dgrpc_bidi_channel.h93 channel_creds = grpc::SslCredentials(ssl_opts); in Create()
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
Dgrpc_service.proto60 message SslCredentials { message
62 "envoy.api.v2.core.GrpcService.GoogleGrpc.SslCredentials";
90 SslCredentials ssl_credentials = 1;
/external/grpc-grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc32 credentials = grpc::SslCredentials(grpc::SslCredentialsOptions()); in GetClient()
/external/grpc-grpc/test/cpp/util/
Dcli_credentials.cc118 return grpc::SslCredentials(ssl_creds_options); in GetChannelCredentials()
Dtest_credentials_provider.cc98 return grpc::SslCredentials(ssl_opts); in GetChannelCredentials()
Dcreate_test_channel.cc46 return grpc::SslCredentials(SslCredentialsOptions()); in GetChannelCredentials()
Dgrpc_tool_test.cc154 return grpc::SslCredentials(grpc::SslCredentialsOptions(ssl_opts)); in GetChannelCredentials()
/external/tink/cc/integration/gcpkms/
Dgcp_kms_client.cc92 grpc::SslCredentials(grpc::SslCredentialsOptions()); in GetCredentials()
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
Dgrpc_service.proto40 message SslCredentials { message
62 SslCredentials ssl_credentials = 1;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h176 std::shared_ptr<ChannelCredentials> SslCredentials(
/external/grpc-grpc/test/cpp/end2end/
Dssl_credentials_test.cc94 server_addr, grpc::SslCredentials(ssl_options), channel_args); in DoRpc()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h176 std::shared_ptr<ChannelCredentials> SslCredentials(
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h170 std::shared_ptr<ChannelCredentials> SslCredentials(
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc100 std::shared_ptr<ChannelCredentials> SslCredentials( in SslCredentials() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.cc128 std::shared_ptr<ChannelCredentials> SslCredentials( in SslCredentials() function
/external/python/google-auth-library-python/
DCHANGELOG.md528 * add SslCredentials class for mTLS ADC ([#448](https://www.github.com/googleapis/google-auth-libra…