Home
last modified time | relevance | path

Searched refs:QUIC_SSTREAM (Results 1 – 15 of 15) sorted by relevance

/openssl/include/internal/
H A Dquic_stream.h60 QUIC_SSTREAM *ossl_quic_sstream_new(size_t init_buf_size);
68 void ossl_quic_sstream_free(QUIC_SSTREAM *qss);
128 int ossl_quic_sstream_get_stream_frame(QUIC_SSTREAM *qss,
138 int ossl_quic_sstream_has_pending(QUIC_SSTREAM *qss);
163 int ossl_quic_sstream_mark_transmitted(QUIC_SSTREAM *qss,
190 int ossl_quic_sstream_mark_lost(QUIC_SSTREAM *qss,
200 int ossl_quic_sstream_mark_lost_fin(QUIC_SSTREAM *qss);
214 int ossl_quic_sstream_mark_acked(QUIC_SSTREAM *qss,
224 int ossl_quic_sstream_mark_acked_fin(QUIC_SSTREAM *qss);
239 int ossl_quic_sstream_append(QUIC_SSTREAM *qss,
[all …]
H A Dquic_fifd.h32 QUIC_SSTREAM *(*get_sstream_by_id)(uint64_t stream_id,
58 QUIC_SSTREAM *(*get_sstream_by_id)(uint64_t stream_id,
H A Dquic_predef.h28 typedef struct quic_sstream_st QUIC_SSTREAM; typedef
H A Dquic_txp.h62 QUIC_SSTREAM *crypto[QUIC_PN_SPACE_NUM];
H A Dquic_stream_map.h151 QUIC_SSTREAM *sstream; /* NULL if RX-only */
/openssl/ssl/quic/
H A Dquic_sstream.c58 static void qss_cull(QUIC_SSTREAM *qss);
62 QUIC_SSTREAM *qss; in ossl_quic_sstream_new()
64 qss = OPENSSL_zalloc(sizeof(QUIC_SSTREAM)); in ossl_quic_sstream_new()
80 void ossl_quic_sstream_free(QUIC_SSTREAM *qss) in ossl_quic_sstream_free()
166 int ossl_quic_sstream_has_pending(QUIC_SSTREAM *qss) in ossl_quic_sstream_has_pending()
209 int ossl_quic_sstream_mark_lost(QUIC_SSTREAM *qss, in ossl_quic_sstream_mark_lost()
227 int ossl_quic_sstream_mark_lost_fin(QUIC_SSTREAM *qss) in ossl_quic_sstream_mark_lost_fin()
238 int ossl_quic_sstream_mark_acked(QUIC_SSTREAM *qss, in ossl_quic_sstream_mark_acked()
263 void ossl_quic_sstream_fin(QUIC_SSTREAM *qss) in ossl_quic_sstream_fin()
282 int ossl_quic_sstream_append(QUIC_SSTREAM *qss, in ossl_quic_sstream_append()
[all …]
H A Dquic_fifd.c21 QUIC_SSTREAM *(*get_sstream_by_id)(uint64_t stream_id, in ossl_quic_fifd_init()
73 QUIC_SSTREAM *sstream; in on_acked()
129 QUIC_SSTREAM *sstream; in on_lost()
257 QUIC_SSTREAM *sstream; in ossl_quic_fifd_pkt_commit()
H A Dquic_channel_local.h98 QUIC_SSTREAM *crypto_send[QUIC_PN_SPACE_NUM];
H A Dquic_txp.c418 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space,
425 static int sstream_is_pending(QUIC_SSTREAM *sstream);
1485 static int sstream_is_pending(QUIC_SSTREAM *sstream) in sstream_is_pending()
1525 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, in get_sstream_by_id()
2132 QUIC_SSTREAM *sstream, in txp_plan_stream_chunk()
2186 QUIC_SSTREAM *sstream, in txp_generate_stream_frames()
H A Dquic_impl.c2223 static int sstream_ensure_spare(QUIC_SSTREAM *sstream, uint64_t spare) in sstream_ensure_spare()
2250 QUIC_SSTREAM *sstream = xso->stream->sstream; in xso_sstream_append()
3399 size_t (*getter)(QUIC_SSTREAM *sstream)) in qc_get_stream_write_buf_stat()
H A Dquic_channel.c868 QUIC_SSTREAM *sstream = ch->crypto_send[pn_space]; in ch_on_crypto_send()
/openssl/test/
H A Dquic_fifd_test.c25 static QUIC_SSTREAM *(*get_sstream_by_id_p)(uint64_t stream_id, uint32_t pn_space,
28 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, in get_sstream_by_id()
57 QUIC_SSTREAM *sstream[4];
71 static QUIC_SSTREAM *sstream_expect(uint64_t stream_id, uint32_t pn_space, in sstream_expect()
H A Dquic_stream_test.c43 QUIC_SSTREAM *sstream = NULL; in test_sstream_simple()
219 QUIC_SSTREAM *sstream = NULL; in test_sstream_bulk()
/openssl/doc/designs/quic-design/
H A Dquic-tls.md66 * passing the crypto stream QUIC_SSTREAM directly because this lets the CSM
H A Dtx-packetiser.md42 QUIC_SSTREAM *crypto[QUIC_PN_SPACE_NUM];
107 QUIC_STREAM provides access to the various components, such as a QUIC_SSTREAM

Completed in 78 milliseconds