Lines Matching refs:c_conn

69     SSL                     *c_conn;  member
410 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in override_key_update()
418 if (!TEST_true(SSL_key_update(h->c_conn, SSL_KEY_UPDATE_REQUESTED))) in trigger_key_update()
426 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_ge()
447 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_lt()
621 SSL_free(h->c_conn); in helper_cleanup()
622 h->c_conn = NULL; in helper_cleanup()
625 SSL_free(h->c_conn); in helper_cleanup()
626 h->c_conn = NULL; in helper_cleanup()
794 if (!TEST_ptr(h->c_conn = SSL_new(h->c_ctx))) in helper_init()
798 if (!TEST_true(ossl_quic_conn_set_override_now_cb(h->c_conn, get_time, h))) in helper_init()
802 SSL_set0_rbio(h->c_conn, h->c_net_bio); in helper_init()
808 SSL_set0_wbio(h->c_conn, h->c_net_bio); in helper_init()
810 if (!TEST_true(SSL_set_blocking_mode(h->c_conn, h->blocking))) in helper_init()
926 return hl->h->c_conn; in helper_local_get_c_stream()
1069 SSL *c_tgt = h->c_conn; in run_script_worker()
1119 SSL_handle_events(h->c_conn); in run_script_worker()
1258 if (!TEST_false(SSL_set_alpn_protos(h->c_conn, tmp_buf, in run_script_worker()
1273 ret = SSL_connect(h->c_conn); in run_script_worker()
1277 if (!h->blocking && is_want(h->c_conn, ret)) in run_script_worker()
1470 if (!TEST_ptr(c_stream = ossl_quic_detach_stream(h->c_conn))) in run_script_worker()
1486 if (!TEST_true(ossl_quic_attach_stream(h->c_conn, c_tgt))) in run_script_worker()
1508 c_stream = SSL_new_stream(h->c_conn, flags); in run_script_worker()
1566 if ((c_stream = SSL_accept_stream(h->c_conn, 0)) == NULL) in run_script_worker()
1598 if (!TEST_ptr_null(c_stream = SSL_accept_stream(h->c_conn, in run_script_worker()
1647 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker()
1983 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker()
2028 if (h->c_conn != NULL) { in run_script_worker()
2031 if (SSL_get_conn_close_info(h->c_conn, &cc_info, sizeof(cc_info))) { in run_script_worker()
5016 if (!TEST_false(SSL_shutdown_ex(h->c_conn, in script_76_check()
5177 if (!TEST_int_eq(SSL_inject_net_dgram(h->c_conn, databuf, sizeof(databuf), in script_80_send_stateless_reset()
5266 if (!TEST_false(SSL_set_feature_request_uint(h->c_conn, in modify_idle_timeout()
5272 if (!TEST_true(SSL_set_feature_request_uint(h->c_conn, in modify_idle_timeout()
5277 if (!TEST_true(SSL_get_feature_request_uint(h->c_conn, in modify_idle_timeout()
5292 if (!TEST_true(SSL_get_value_uint(h->c_conn, hl->check_op->arg1, in check_idle_timeout()
5338 if (!TEST_true(SSL_get_feature_request_uint(h->c_conn, in cannot_change_idle_timeout()
5346 if (!TEST_false(SSL_set_feature_request_uint(h->c_conn, in cannot_change_idle_timeout()
5376 if (!TEST_true(SSL_get_quic_stream_bidi_local_avail(h->c_conn, &v))) in check_avail_streams()
5380 if (!TEST_true(SSL_get_quic_stream_bidi_remote_avail(h->c_conn, &v))) in check_avail_streams()
5384 if (!TEST_true(SSL_get_quic_stream_uni_local_avail(h->c_conn, &v))) in check_avail_streams()
5388 if (!TEST_true(SSL_get_quic_stream_uni_remote_avail(h->c_conn, &v))) in check_avail_streams()
5528 item->desc = SSL_as_poll_descriptor(h->c_conn); in script_85_poll()
5646 return SSL_set_event_handling_mode(h->c_conn, hl->check_op->arg2); in set_event_handling_mode_conn()