• Home
  • Raw
  • Download

Lines Matching refs:SSL_TEST_CTX

105 __owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value)  in parse_expected_result()
137 __owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_client_alert()
142 __owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_server_alert()
164 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol()
222 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername()
279 __owur static int parse_session_ticket(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_ticket()
299 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compression_expected)
309 __owur static int parse_session_id(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_id()
334 __owur static int parse_test_method(SSL_TEST_CTX *test_ctx, const char *value) in parse_test_method()
354 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
357 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_alpn_protocol)
366 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_session_ticket_app_data)
381 __owur static int parse_handshake_mode(SSL_TEST_CTX *test_ctx, const char *value) in parse_handshake_mode()
409 __owur static int parse_key_update_type(SSL_TEST_CTX *test_ctx, const char *value) in parse_key_update_type()
446 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, resumption_expected)
448 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, use_sctp)
449 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, enable_client_sctp_label_bug)
450 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, enable_server_sctp_label_bug)
480 IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, app_data_size)
485 IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, max_fragment_size)
542 __owur static int parse_expected_tmp_key_type(SSL_TEST_CTX *test_ctx, in parse_expected_tmp_key_type()
548 __owur static int parse_expected_server_cert_type(SSL_TEST_CTX *test_ctx, in parse_expected_server_cert_type()
555 __owur static int parse_expected_server_sign_type(SSL_TEST_CTX *test_ctx, in parse_expected_server_sign_type()
562 __owur static int parse_expected_client_cert_type(SSL_TEST_CTX *test_ctx, in parse_expected_client_cert_type()
569 __owur static int parse_expected_client_sign_type(SSL_TEST_CTX *test_ctx, in parse_expected_client_sign_type()
594 __owur static int parse_expected_server_sign_hash(SSL_TEST_CTX *test_ctx, in parse_expected_server_sign_hash()
601 __owur static int parse_expected_client_sign_hash(SSL_TEST_CTX *test_ctx, in parse_expected_client_sign_hash()
619 __owur static int parse_expected_server_ca_names(SSL_TEST_CTX *test_ctx, in parse_expected_server_ca_names()
624 __owur static int parse_expected_client_ca_names(SSL_TEST_CTX *test_ctx, in parse_expected_client_ca_names()
632 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_cipher)
644 int (*parse)(SSL_TEST_CTX *test_ctx, const char *value);
717 SSL_TEST_CTX *SSL_TEST_CTX_new(void) in SSL_TEST_CTX_new()
719 SSL_TEST_CTX *ret; in SSL_TEST_CTX_new()
748 static void ssl_test_ctx_free_extra_data(SSL_TEST_CTX *ctx) in ssl_test_ctx_free_extra_data()
754 void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx) in SSL_TEST_CTX_free()
832 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section) in SSL_TEST_CTX_create()
835 SSL_TEST_CTX *ctx = NULL; in SSL_TEST_CTX_create()