Home
last modified time | relevance | path

Searched refs:OSSL_QTX (Results 1 – 7 of 7) sorted by relevance

/openssl/include/internal/
H A Dquic_record_tx.h31 typedef struct ossl_qtx_st OSSL_QTX; typedef
58 OSSL_QTX *ossl_qtx_new(const OSSL_QTX_ARGS *args);
61 void ossl_qtx_free(OSSL_QTX *qtx);
244 void ossl_qtx_finish_dgram(OSSL_QTX *qtx);
272 int ossl_qtx_flush_net(OSSL_QTX *qtx);
279 int ossl_qtx_pop_net(OSSL_QTX *qtx, BIO_MSG *msg);
308 void ossl_qtx_set_bio(OSSL_QTX *qtx, BIO *bio);
311 int ossl_qtx_set_mdpl(OSSL_QTX *qtx, size_t mdpl);
314 size_t ossl_qtx_get_mdpl(OSSL_QTX *qtx);
345 int ossl_qtx_trigger_key_update(OSSL_QTX *qtx);
[all …]
H A Dquic_txp.h40 OSSL_QTX *qtx; /* QUIC Record Layer TX we are using */
/openssl/ssl/quic/
H A Dquic_record_tx.c113 OSSL_QTX *ossl_qtx_new(const OSSL_QTX_ARGS *args) in ossl_qtx_new()
115 OSSL_QTX *qtx; in ossl_qtx_new()
120 qtx = OPENSSL_zalloc(sizeof(OSSL_QTX)); in ossl_qtx_new()
145 void ossl_qtx_free(OSSL_QTX *qtx) in ossl_qtx_free()
316 static void qtx_pending_to_free(OSSL_QTX *qtx) in qtx_pending_to_free()
728 static TXE *qtx_ensure_cons(OSSL_QTX *qtx) in qtx_ensure_cons()
746 static QLOG *qtx_get_qlog(OSSL_QTX *qtx) in qtx_get_qlog()
898 void ossl_qtx_finish_dgram(OSSL_QTX *qtx) in ossl_qtx_finish_dgram()
932 int ossl_qtx_flush_net(OSSL_QTX *qtx) in ossl_qtx_flush_net()
1013 void ossl_qtx_set_bio(OSSL_QTX *qtx, BIO *bio) in ossl_qtx_set_bio()
[all …]
H A Dquic_channel_local.h85 OSSL_QTX *qtx;
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md24 OSSL_QTX *qtx; /* QUIC Record Layer TX we are using */
129 int ossl_qtx_write_pkt(OSSL_QTX *qtx, const OSSL_QTX_PKT *pkt);
142 void ossl_qtx_flush_net(OSSL_QTX *qtx);
H A Dquic-fault-injector.md113 void ossl_qtx_set_mutator(OSSL_QTX *qtx, ossl_mutate_packet_cb mutatecb,
/openssl/test/
H A Dquic_record_test.c3614 OSSL_QTX *qtx = NULL; in tx_run_script()

Completed in 30 milliseconds