Searched defs:ssl_opts (Results 1 – 8 of 8) sorted by relevance
93 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials() local119 SslServerCredentialsOptions ssl_opts; in GetServerCredentials() local
140 SslCredentialsOptions ssl_opts = {test_root_cert, "", ""}; in GetChannelCredentials() local274 SslServerCredentialsOptions ssl_opts; in SetUpServer() local
67 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in configure_tls_context_easy() local
368 auto ssl_opts = SSL_get_options(tls.ssl); in tls_handshake() local
797 constexpr auto ssl_opts = in create_ssl_context() local1107 constexpr auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in create_ssl_client_context() local
2472 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in main() local
2278 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in communicate() local
2114 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in run() local