Lines Matching refs:cctx
26 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_basic() local
34 if (!TEST_ptr(cctx)) in test_basic()
37 if (!TEST_true(qtest_create_quic_objects(NULL, cctx, NULL, cert, privkey, 0, in test_basic()
63 SSL_CTX_free(cctx); in test_basic()
94 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_unknown_frame() local
104 if (!TEST_ptr(cctx)) in test_unknown_frame()
107 if (!TEST_true(qtest_create_quic_objects(NULL, cctx, NULL, cert, privkey, 0, in test_unknown_frame()
156 SSL_CTX_free(cctx); in test_unknown_frame()
180 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_drop_extensions() local
186 if (!TEST_ptr(cctx)) in test_drop_extensions()
189 if (!TEST_true(qtest_create_quic_objects(NULL, cctx, NULL, cert, privkey, 0, in test_drop_extensions()
221 SSL_CTX_free(cctx); in test_drop_extensions()
264 SSL_CTX *cctx = SSL_CTX_new(OSSL_QUIC_client_method()); in test_corrupted_data() local
273 if (!TEST_ptr(cctx)) in test_corrupted_data()
276 if (!TEST_true(qtest_create_quic_objects(NULL, cctx, NULL, cert, privkey, in test_corrupted_data()
368 SSL_CTX_free(cctx); in test_corrupted_data()