Home
last modified time | relevance | path

Searched refs:grpc_args (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/handshake/
Dverify_peer_options.cc153 grpc_channel_args grpc_args; in verify_peer_options_test() local
154 grpc_args.num_args = 1; in verify_peer_options_test()
155 grpc_args.args = &ssl_name_override; in verify_peer_options_test()
157 grpc_secure_channel_create(ssl_creds, target, &grpc_args, nullptr); in verify_peer_options_test()
Dclient_ssl.cc265 grpc_channel_args grpc_args; in client_ssl_test() local
266 grpc_args.num_args = 1; in client_ssl_test()
267 grpc_args.args = &ssl_name_override; in client_ssl_test()
269 grpc_secure_channel_create(ssl_creds, target, &grpc_args, nullptr); in client_ssl_test()