Symbol: SSL_TEST_CTX
crypto/openssl/test/helpers/handshake.c
1090
static int renegotiate_op(const SSL_TEST_CTX *test_ctx)
crypto/openssl/test/helpers/handshake.c
1100
static int post_handshake_op(const SSL_TEST_CTX *test_ctx)
crypto/openssl/test/helpers/handshake.c
1112
static connect_phase_t next_phase(const SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/handshake.c
1139
static void do_connect_step(const SSL_TEST_CTX *test_ctx, PEER *peer,
crypto/openssl/test/helpers/handshake.c
1415
const SSL_TEST_CTX *test_ctx, const SSL_TEST_EXTRA_CONF *extra,
crypto/openssl/test/helpers/handshake.c
1743
const SSL_TEST_CTX *test_ctx)
crypto/openssl/test/helpers/handshake.c
490
const SSL_TEST_CTX *test,
crypto/openssl/test/helpers/handshake.c
876
static void do_reneg_setup_step(const SSL_TEST_CTX *test_ctx, PEER *peer)
crypto/openssl/test/helpers/handshake.h
89
const SSL_TEST_CTX *test_ctx);
crypto/openssl/test/helpers/ssl_test_ctx.c
131
__owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
136
__owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
158
__owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
218
__owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
275
__owur static int parse_session_ticket(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
295
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compression_expected)
crypto/openssl/test/helpers/ssl_test_ctx.c
305
__owur static int parse_session_id(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
331
__owur static int parse_test_method(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
351
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
crypto/openssl/test/helpers/ssl_test_ctx.c
354
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_alpn_protocol)
crypto/openssl/test/helpers/ssl_test_ctx.c
363
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_session_ticket_app_data)
crypto/openssl/test/helpers/ssl_test_ctx.c
378
__owur static int parse_handshake_mode(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
406
__owur static int parse_key_update_type(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.c
443
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, resumption_expected)
crypto/openssl/test/helpers/ssl_test_ctx.c
445
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, use_sctp)
crypto/openssl/test/helpers/ssl_test_ctx.c
446
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compress_certificates)
crypto/openssl/test/helpers/ssl_test_ctx.c
447
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, enable_client_sctp_label_bug)
crypto/openssl/test/helpers/ssl_test_ctx.c
448
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, enable_server_sctp_label_bug)
crypto/openssl/test/helpers/ssl_test_ctx.c
478
IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, app_data_size)
crypto/openssl/test/helpers/ssl_test_ctx.c
482
IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, max_fragment_size)
crypto/openssl/test/helpers/ssl_test_ctx.c
549
__owur static int parse_expected_tmp_key_type(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
555
__owur static int parse_expected_server_cert_type(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
562
__owur static int parse_expected_server_sign_type(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
569
__owur static int parse_expected_client_cert_type(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
576
__owur static int parse_expected_client_sign_type(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
600
__owur static int parse_expected_server_sign_hash(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
607
__owur static int parse_expected_client_sign_hash(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
626
__owur static int parse_expected_server_ca_names(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
632
__owur static int parse_expected_client_ca_names(SSL_TEST_CTX *test_ctx,
crypto/openssl/test/helpers/ssl_test_ctx.c
641
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_cipher)
crypto/openssl/test/helpers/ssl_test_ctx.c
650
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, fips_version)
crypto/openssl/test/helpers/ssl_test_ctx.c
657
int (*parse)(SSL_TEST_CTX *test_ctx, const char *value);
crypto/openssl/test/helpers/ssl_test_ctx.c
733
SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx)
crypto/openssl/test/helpers/ssl_test_ctx.c
735
SSL_TEST_CTX *ret;
crypto/openssl/test/helpers/ssl_test_ctx.c
765
static void ssl_test_ctx_free_extra_data(SSL_TEST_CTX *ctx)
crypto/openssl/test/helpers/ssl_test_ctx.c
771
void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx)
crypto/openssl/test/helpers/ssl_test_ctx.c
852
SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
crypto/openssl/test/helpers/ssl_test_ctx.c
856
SSL_TEST_CTX *ctx = NULL;
crypto/openssl/test/helpers/ssl_test_ctx.c
98
__owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value)
crypto/openssl/test/helpers/ssl_test_ctx.h
258
SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
crypto/openssl/test/helpers/ssl_test_ctx.h
261
SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx);
crypto/openssl/test/helpers/ssl_test_ctx.h
263
void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx);
crypto/openssl/test/ssl_test.c
103
static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
124
static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
135
static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
149
static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
162
static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
169
static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
182
static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
195
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
215
static int check_resumption(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
281
static int check_tmp_key(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
288
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
295
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
302
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
309
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
317
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
324
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
331
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
338
SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
34
static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
345
static int check_cipher(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
362
static int check_test(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test.c
399
SSL_TEST_CTX *test_ctx = NULL;
crypto/openssl/test/ssl_test.c
45
static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
crypto/openssl/test/ssl_test_ctx_test.c
126
SSL_TEST_CTX *ctx;
crypto/openssl/test/ssl_test_ctx_test.c
223
SSL_TEST_CTX *ctx;
crypto/openssl/test/ssl_test_ctx_test.c
32
SSL_TEST_CTX *expected_ctx;
crypto/openssl/test/ssl_test_ctx_test.c
74
static int testctx_eq(SSL_TEST_CTX *ctx, SSL_TEST_CTX *ctx2)