Lines Matching refs:QUIC_TSERVER

57     QUIC_TSERVER *srv = arg;  in alpn_select_cb()
79 QUIC_TSERVER *ossl_quic_tserver_new(const QUIC_TSERVER_ARGS *args, in ossl_quic_tserver_new()
82 QUIC_TSERVER *srv = NULL; in ossl_quic_tserver_new()
171 void ossl_quic_tserver_free(QUIC_TSERVER *srv) in ossl_quic_tserver_free()
191 int ossl_quic_tserver_set_plain_packet_mutator(QUIC_TSERVER *srv, in ossl_quic_tserver_set_plain_packet_mutator()
200 int ossl_quic_tserver_set_handshake_mutator(QUIC_TSERVER *srv, in ossl_quic_tserver_set_handshake_mutator()
211 int ossl_quic_tserver_tick(QUIC_TSERVER *srv) in ossl_quic_tserver_tick()
221 int ossl_quic_tserver_is_connected(QUIC_TSERVER *srv) in ossl_quic_tserver_is_connected()
227 int ossl_quic_tserver_is_term_any(const QUIC_TSERVER *srv) in ossl_quic_tserver_is_term_any()
233 ossl_quic_tserver_get_terminate_cause(const QUIC_TSERVER *srv) in ossl_quic_tserver_get_terminate_cause()
239 int ossl_quic_tserver_is_terminated(const QUIC_TSERVER *srv) in ossl_quic_tserver_is_terminated()
244 int ossl_quic_tserver_is_handshake_confirmed(const QUIC_TSERVER *srv) in ossl_quic_tserver_is_handshake_confirmed()
249 int ossl_quic_tserver_read(QUIC_TSERVER *srv, in ossl_quic_tserver_read()
312 int ossl_quic_tserver_has_read_ended(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_has_read_ended()
360 int ossl_quic_tserver_write(QUIC_TSERVER *srv, in ossl_quic_tserver_write()
392 int ossl_quic_tserver_conclude(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_conclude()
413 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_new()
429 BIO *ossl_quic_tserver_get0_rbio(QUIC_TSERVER *srv) in ossl_quic_tserver_get0_rbio()
434 SSL_CTX *ossl_quic_tserver_get0_ssl_ctx(QUIC_TSERVER *srv) in ossl_quic_tserver_get0_ssl_ctx()
439 int ossl_quic_tserver_stream_has_peer_stop_sending(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_has_peer_stop_sending()
456 int ossl_quic_tserver_stream_has_peer_reset_stream(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_has_peer_reset_stream()
473 int ossl_quic_tserver_set_new_local_cid(QUIC_TSERVER *srv, in ossl_quic_tserver_set_new_local_cid()
480 uint64_t ossl_quic_tserver_pop_incoming_stream(QUIC_TSERVER *srv) in ossl_quic_tserver_pop_incoming_stream()
493 int ossl_quic_tserver_is_stream_totally_acked(QUIC_TSERVER *srv, in ossl_quic_tserver_is_stream_totally_acked()
506 int ossl_quic_tserver_get_net_read_desired(QUIC_TSERVER *srv) in ossl_quic_tserver_get_net_read_desired()
512 int ossl_quic_tserver_get_net_write_desired(QUIC_TSERVER *srv) in ossl_quic_tserver_get_net_write_desired()
518 OSSL_TIME ossl_quic_tserver_get_deadline(QUIC_TSERVER *srv) in ossl_quic_tserver_get_deadline()
524 int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code) in ossl_quic_tserver_shutdown()
538 int ossl_quic_tserver_ping(QUIC_TSERVER *srv) in ossl_quic_tserver_ping()
550 QUIC_CHANNEL *ossl_quic_tserver_get_channel(QUIC_TSERVER *srv) in ossl_quic_tserver_get_channel()
555 void ossl_quic_tserver_set_msg_callback(QUIC_TSERVER *srv, in ossl_quic_tserver_set_msg_callback()
568 int ossl_quic_tserver_new_ticket(QUIC_TSERVER *srv) in ossl_quic_tserver_new_ticket()
573 int ossl_quic_tserver_set_max_early_data(QUIC_TSERVER *srv, in ossl_quic_tserver_set_max_early_data()
579 void ossl_quic_tserver_set_psk_find_session_cb(QUIC_TSERVER *srv, in ossl_quic_tserver_set_psk_find_session_cb()