OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_ssl
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
622
int doit_localhost(SSL *
s_ssl
, SSL *c_ssl, int family,
624
int doit_biopair(SSL *
s_ssl
, SSL *c_ssl, long bytes, clock_t *s_time,
626
int doit(SSL *
s_ssl
, SSL *c_ssl, long bytes);
908
SSL *
s_ssl
= NULL;
local
1758
s_ssl
= SSL_new(s_ctx);
1759
if (c_ssl == NULL ||
s_ssl
== NULL)
1767
SSL_set_options(
s_ssl
, SSL_OP_ENABLE_KTLS);
1769
if (!set_protocol_version(server_min_proto,
s_ssl
, SSL_CTRL_SET_MIN_PROTO_VERSION))
1771
if (!set_protocol_version(server_max_proto,
s_ssl
, SSL_CTRL_SET_MAX_PROTO_VERSION))
1803
ret = doit(
s_ssl
, c_ssl, bytes)
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
616
int doit_localhost(SSL *
s_ssl
, SSL *c_ssl, int family,
618
int doit_biopair(SSL *
s_ssl
, SSL *c_ssl, long bytes, clock_t *s_time,
620
int doit(SSL *
s_ssl
, SSL *c_ssl, long bytes);
898
SSL *
s_ssl
= NULL;
local
1762
s_ssl
= SSL_new(s_ctx);
1763
if (c_ssl == NULL ||
s_ssl
== NULL)
1771
SSL_set_options(
s_ssl
, SSL_OP_ENABLE_KTLS);
1773
if (!set_protocol_version(server_min_proto,
s_ssl
, SSL_CTRL_SET_MIN_PROTO_VERSION))
1775
if (!set_protocol_version(server_max_proto,
s_ssl
, SSL_CTRL_SET_MAX_PROTO_VERSION))
1807
ret = doit(
s_ssl
, c_ssl, bytes)
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
621
int doit_localhost(SSL *
s_ssl
, SSL *c_ssl, int family,
623
int doit_biopair(SSL *
s_ssl
, SSL *c_ssl, long bytes, clock_t *s_time,
625
int doit(SSL *
s_ssl
, SSL *c_ssl, long bytes);
904
SSL *c_ssl, *
s_ssl
;
local
1759
s_ssl
= SSL_new(s_ctx);
1764
if (!set_protocol_version(server_min_proto,
s_ssl
, SSL_CTRL_SET_MIN_PROTO_VERSION))
1766
if (!set_protocol_version(server_max_proto,
s_ssl
, SSL_CTRL_SET_MAX_PROTO_VERSION))
1798
ret = doit(
s_ssl
, c_ssl, bytes);
1801
ret = doit_biopair(
s_ssl
, c_ssl, bytes, &s_time, &c_time);
1805
ret = doit_localhost(
s_ssl
, c_ssl, BIO_FAMILY_IPV4
[
all
...]
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026