Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h94 struct SslCredentialsOptions { struct
127 const SslCredentialsOptions& options); argument
/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.cc115 grpc::SslCredentialsOptions ssl_creds_options; in GetChannelCredentials()
Dtest_credentials_provider.cc63 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials()
Dcreate_test_channel.cc37 return SslCredentials(SslCredentialsOptions()); in GetChannelCredentials()
Dgrpc_tool_test.cc110 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials()
111 return SslCredentials(grpc::SslCredentialsOptions(ssl_opts)); in GetChannelCredentials()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc79 const SslCredentialsOptions& options) { in SslCredentials()