Home
last modified time | relevance | path

Searched refs:openssl_option (Results 1 – 6 of 6) sorted by relevance

/dports/security/axTLS/axTLS/ssl/test/
H A Dssltest.c790 const char *openssl_option; member
803 g_port, clnt->openssl_option); in do_client()
813 g_port, clnt->openssl_option); in do_client()
823 g_port, clnt->openssl_option); in do_client()
831 const char *openssl_option, in SSL_server_test() argument
851 client_data.openssl_option = openssl_option; in SSL_server_test()
1308 const char *openssl_option; member
1321 "-p %d --quiet %s ", g_port, svr->openssl_option); in do_server()
1326 "-accept %d -quiet %s ", g_port, svr->openssl_option); in do_server()
1335 const char *openssl_option, in SSL_client_test() argument
[all …]
/dports/net/glib-networking/glib-networking-2.66.0/
H A Dmeson.build86 openssl_option = get_option('openssl') variable
87 if openssl_option.disabled()
122 … libcrypto_dep = cc.find_library('@0@eay32'.format(openssl_lib_prefix), required: openssl_option)
128 libssl_dep = cc.find_library(libssl, required: openssl_option, has_headers: openssl_headers)
/dports/lang/micropython/axtls-531cab9/ssl/test/
H A Dssltest.c954 const char *openssl_option; member
967 g_port, clnt->openssl_option); in do_client()
977 g_port, clnt->openssl_option); in do_client()
987 g_port, clnt->openssl_option); in do_client()
996 const char *openssl_option, in SSL_server_test() argument
1016 client_data.openssl_option = openssl_option; in SSL_server_test()
1539 const char *openssl_option; member
1552 "-p %d --quiet %s ", g_port, svr->openssl_option); in do_server()
1562 g_port, svr->openssl_option); in do_server()
1571 const char *openssl_option, in SSL_client_test() argument
[all …]
/dports/lang/gauche/Gauche-0.9.10/ext/tls/axTLS/ssl/test/
H A Dssltest.c972 const char *openssl_option; member
986 g_port, clnt->openssl_option); in do_client()
996 g_port, clnt->openssl_option); in do_client()
1006 g_port, clnt->openssl_option); in do_client()
1017 const char *openssl_option, in SSL_server_test() argument
1037 client_data.openssl_option = openssl_option; in SSL_server_test()
1559 const char *openssl_option; member
1573 "-p %d --quiet %s ", g_port, svr->openssl_option); in do_server()
1583 g_port, svr->openssl_option); in do_server()
1594 const char *openssl_option, in SSL_client_test() argument
[all …]
/dports/lang/gauche/Gauche-0.9.10/ext/tls/
H A Daxtls.diff111 const char *openssl_option;
132 client_data.openssl_option = openssl_option;
210 server_data.openssl_option = openssl_option;
/dports/www/c-icap/c_icap-0.5.10/openssl/
H A Dnet_io_ssl.c75 static int openssl_option(const char *opt) in openssl_option() function
102 if (!(lopt = openssl_option(sopt))) { in parse_openssl_options()