Symbol: SSL_TEST_SERVER_CONF
crypto/openssl/test/helpers/ssl_test_ctx.c
249
__owur static int parse_servername_callback(SSL_TEST_SERVER_CONF *server_conf,
crypto/openssl/test/helpers/ssl_test_ctx.c
350
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, npn_protocols)
crypto/openssl/test/helpers/ssl_test_ctx.c
353
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, alpn_protocols)
crypto/openssl/test/helpers/ssl_test_ctx.c
358
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, srp_user)
crypto/openssl/test/helpers/ssl_test_ctx.c
360
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, srp_password)
crypto/openssl/test/helpers/ssl_test_ctx.c
364
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_SERVER_CONF, server, session_ticket_app_data)
crypto/openssl/test/helpers/ssl_test_ctx.c
444
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_SERVER_CONF, server, broken_session_ticket)
crypto/openssl/test/helpers/ssl_test_ctx.c
458
__owur static int parse_certstatus(SSL_TEST_SERVER_CONF *server_conf,
crypto/openssl/test/helpers/ssl_test_ctx.c
646
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_SERVER_CONF, server, force_pha)
crypto/openssl/test/helpers/ssl_test_ctx.c
718
int (*parse)(SSL_TEST_SERVER_CONF *conf, const char *value);
crypto/openssl/test/helpers/ssl_test_ctx.c
819
static int parse_server_options(SSL_TEST_SERVER_CONF *server, const CONF *conf,
crypto/openssl/test/helpers/ssl_test_ctx.h
139
SSL_TEST_SERVER_CONF server;
crypto/openssl/test/helpers/ssl_test_ctx.h
140
SSL_TEST_SERVER_CONF server2;
crypto/openssl/test/ssl_test_ctx_test.c
49
static int serverconf_eq(SSL_TEST_SERVER_CONF *serv,
crypto/openssl/test/ssl_test_ctx_test.c
50
SSL_TEST_SERVER_CONF *serv2)