Lines Matching refs:c_conn

69     SSL                     *c_conn;  member
407 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in override_key_update()
415 if (!TEST_true(SSL_key_update(h->c_conn, SSL_KEY_UPDATE_REQUESTED))) in trigger_key_update()
423 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_ge()
444 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_lt()
618 SSL_free(h->c_conn); in helper_cleanup()
619 h->c_conn = NULL; in helper_cleanup()
622 SSL_free(h->c_conn); in helper_cleanup()
623 h->c_conn = NULL; in helper_cleanup()
791 if (!TEST_ptr(h->c_conn = SSL_new(h->c_ctx))) in helper_init()
795 if (!TEST_true(ossl_quic_conn_set_override_now_cb(h->c_conn, get_time, h))) in helper_init()
799 SSL_set0_rbio(h->c_conn, h->c_net_bio); in helper_init()
805 SSL_set0_wbio(h->c_conn, h->c_net_bio); in helper_init()
807 if (!TEST_true(SSL_set_blocking_mode(h->c_conn, h->blocking))) in helper_init()
923 return hl->h->c_conn; in helper_local_get_c_stream()
1066 SSL *c_tgt = h->c_conn; in run_script_worker()
1116 SSL_handle_events(h->c_conn); in run_script_worker()
1255 if (!TEST_false(SSL_set_alpn_protos(h->c_conn, tmp_buf, in run_script_worker()
1270 ret = SSL_connect(h->c_conn); in run_script_worker()
1274 if (!h->blocking && is_want(h->c_conn, ret)) in run_script_worker()
1467 if (!TEST_ptr(c_stream = ossl_quic_detach_stream(h->c_conn))) in run_script_worker()
1483 if (!TEST_true(ossl_quic_attach_stream(h->c_conn, c_tgt))) in run_script_worker()
1505 c_stream = SSL_new_stream(h->c_conn, flags); in run_script_worker()
1563 if ((c_stream = SSL_accept_stream(h->c_conn, 0)) == NULL) in run_script_worker()
1595 if (!TEST_ptr_null(c_stream = SSL_accept_stream(h->c_conn, in run_script_worker()
1644 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker()
1975 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker()
2020 if (h->c_conn != NULL) { in run_script_worker()
2023 if (SSL_get_conn_close_info(h->c_conn, &cc_info, sizeof(cc_info))) { in run_script_worker()
5008 if (!TEST_false(SSL_shutdown_ex(h->c_conn, in script_76_check()
5169 if (!TEST_int_eq(SSL_inject_net_dgram(h->c_conn, databuf, sizeof(databuf), in script_80_send_stateless_reset()
5258 if (!TEST_false(SSL_set_feature_request_uint(h->c_conn, in modify_idle_timeout()
5264 if (!TEST_true(SSL_set_feature_request_uint(h->c_conn, in modify_idle_timeout()
5269 if (!TEST_true(SSL_get_feature_request_uint(h->c_conn, in modify_idle_timeout()
5284 if (!TEST_true(SSL_get_value_uint(h->c_conn, hl->check_op->arg1, in check_idle_timeout()
5330 if (!TEST_true(SSL_get_feature_request_uint(h->c_conn, in cannot_change_idle_timeout()
5338 if (!TEST_false(SSL_set_feature_request_uint(h->c_conn, in cannot_change_idle_timeout()
5368 if (!TEST_true(SSL_get_quic_stream_bidi_local_avail(h->c_conn, &v))) in check_avail_streams()
5372 if (!TEST_true(SSL_get_quic_stream_bidi_remote_avail(h->c_conn, &v))) in check_avail_streams()
5376 if (!TEST_true(SSL_get_quic_stream_uni_local_avail(h->c_conn, &v))) in check_avail_streams()
5380 if (!TEST_true(SSL_get_quic_stream_uni_remote_avail(h->c_conn, &v))) in check_avail_streams()
5520 item->desc = SSL_as_poll_descriptor(h->c_conn); in script_85_poll()
5638 return SSL_set_event_handling_mode(h->c_conn, hl->check_op->arg2); in set_event_handling_mode_conn()