Home
last modified time | relevance | path

Searched defs:ssl_opts (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/cpp/util/
Dtest_credentials_provider.cc93 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials() local
119 SslServerCredentialsOptions ssl_opts; in GetServerCredentials() local
Dgrpc_tool_test.cc140 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials() local
274 SslServerCredentialsOptions ssl_opts; in SetUpServer() local
/third_party/nghttp2/src/
Dasio_server_tls_context.cc67 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in configure_tls_context_easy() local
Dshrpx_connection.cc368 auto ssl_opts = SSL_get_options(tls.ssl); in tls_handshake() local
Dshrpx_tls.cc797 constexpr auto ssl_opts = in create_ssl_context() local
1107 constexpr auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in create_ssl_client_context() local
Dh2load.cc2472 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in main() local
Dnghttp.cc2278 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in communicate() local
DHttpServer.cc2114 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in run() local