Home
last modified time | relevance | path

Searched refs:expected_ctx (Results 1 – 1 of 1) sorted by last modified time

/openssl/test/
H A Dssl_test_ctx_test.c32 SSL_TEST_CTX *expected_ctx; member
131 || !testctx_eq(ctx, fixture->expected_ctx)) in execute_test()
142 SSL_TEST_CTX_free(fixture->expected_ctx); in tear_down()
155 fixture->expected_ctx->expected_result = SSL_TEST_SUCCESS; in test_empty_configuration()
164 fixture->expected_ctx->method = SSL_TEST_METHOD_DTLS; in test_good_configuration()
166 fixture->expected_ctx->app_data_size = 1024; in test_good_configuration()
167 fixture->expected_ctx->max_fragment_size = 2048; in test_good_configuration()
177 fixture->expected_ctx->resumption_expected = 1; in test_good_configuration()
179 fixture->expected_ctx->extra.client.verify_callback = in test_good_configuration()
182 fixture->expected_ctx->extra.client.npn_protocols = in test_good_configuration()
[all …]

Completed in 7 milliseconds