Searched refs:SslCredentialsOptions (Results 1 – 7 of 7) sorted by relevance
94 struct SslCredentialsOptions { struct127 const SslCredentialsOptions& options); argument
43 credentials = grpc::SslCredentials(grpc::SslCredentialsOptions()); in GetClient()
115 grpc::SslCredentialsOptions ssl_creds_options; in GetChannelCredentials()
63 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials()
37 return SslCredentials(SslCredentialsOptions()); in GetChannelCredentials()
110 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials()111 return SslCredentials(grpc::SslCredentialsOptions(ssl_opts)); in GetChannelCredentials()
79 const SslCredentialsOptions& options) { in SslCredentials()