Searched refs:expected_ctx (Results 1 – 1 of 1) sorted by relevance
32 SSL_TEST_CTX *expected_ctx; member116 if (!TEST_ptr(fixture->expected_ctx = SSL_TEST_CTX_new(NULL))) { in set_up()129 fixture->expected_ctx->libctx)) in execute_test()130 || !testctx_eq(ctx, fixture->expected_ctx)) in execute_test()141 SSL_TEST_CTX_free(fixture->expected_ctx); in tear_down()154 fixture->expected_ctx->expected_result = SSL_TEST_SUCCESS; in test_empty_configuration()163 fixture->expected_ctx->method = SSL_TEST_METHOD_DTLS; in test_good_configuration()164 fixture->expected_ctx->handshake_mode = SSL_TEST_HANDSHAKE_RESUME; in test_good_configuration()165 fixture->expected_ctx->app_data_size = 1024; in test_good_configuration()166 fixture->expected_ctx->max_fragment_size = 2048; in test_good_configuration()[all …]