Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DChannelCredentials.cs110 public sealed class SslCredentials : ChannelCredentials class
120 public SslCredentials() : this(null, null) in SslCredentials() method in Grpc.Core.SslCredentials
128 public SslCredentials(string rootCertificates) : this(rootCertificates, null) in SslCredentials() method in Grpc.Core.SslCredentials
137 public SslCredentials(string rootCertificates, KeyCertificatePair keyCertificatePair) in SslCredentials() method in Grpc.Core.SslCredentials
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestCredentials.cs63 public static SslCredentials CreateSslCredentials() in CreateSslCredentials()
65 return new SslCredentials(File.ReadAllText(ClientCertAuthorityPath)); in CreateSslCredentials()
DSslCredentialsTest.cs53 var clientCredentials = new SslCredentials(rootCert, keyCertPair); in Init()
DInteropClient.cs116 …dentials = options.UseTestCa.Value ? TestCredentials.CreateSslCredentials() : new SslCredentials(); in CreateCredentialsAsync()
/external/grpc-grpc/src/csharp/Grpc.Auth/
DGoogleGrpcCredentials.cs78 … return ChannelCredentials.Create(new SslCredentials(), googleCredential.ToCallCredentials()); in ToChannelCredentials()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DChannelCredentialsTest.cs50 var creds = new SslCredentials(); in ChannelCredentials_NativeCredentialsAreReused()
/external/grpc-grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc43 credentials = grpc::SslCredentials(grpc::SslCredentialsOptions()); in GetClient()
/external/grpc-grpc/test/cpp/util/
Dcli_credentials.cc135 return grpc::SslCredentials(ssl_creds_options); in GetChannelCredentials()
Dtest_credentials_provider.cc65 return SslCredentials(ssl_opts); in GetChannelCredentials()
Dcreate_test_channel.cc37 return SslCredentials(SslCredentialsOptions()); in GetChannelCredentials()
Dgrpc_tool_test.cc111 return SslCredentials(grpc::SslCredentialsOptions(ssl_opts)); in GetChannelCredentials()
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h126 std::shared_ptr<ChannelCredentials> SslCredentials(
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h182 std::shared_ptr<ChannelCredentials> SslCredentials(
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h182 std::shared_ptr<ChannelCredentials> SslCredentials(
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc78 std::shared_ptr<ChannelCredentials> SslCredentials( in SslCredentials() function
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.cc124 std::shared_ptr<ChannelCredentials> SslCredentials( in SslCredentials() function