Home
last modified time | relevance | path

Searched refs:OSSL_QRX_PKT (Results 1 – 16 of 16) sorted by relevance

/src/crypto/openssl/include/internal/
H A Dquic_record_rx.h265 int ossl_qrx_read_pkt(OSSL_QRX *qrx, OSSL_QRX_PKT **pkt);
271 void ossl_qrx_pkt_release(OSSL_QRX_PKT *pkt);
277 void ossl_qrx_pkt_orphan(OSSL_QRX_PKT *pkt);
280 void ossl_qrx_pkt_up_ref(OSSL_QRX_PKT *pkt);
340 void ossl_qrx_inject_pkt(OSSL_QRX *qrx, OSSL_QRX_PKT *pkt);
H A Dquic_rx_depack.h17 int ossl_quic_handle_frames(QUIC_CHANNEL *qc, OSSL_QRX_PKT *qpacket);
H A Dquic_predef.h35 typedef struct ossl_qrx_pkt_st OSSL_QRX_PKT; typedef
H A Dquic_sf_list.h78 OSSL_QRX_PKT *pkt,
H A Dquic_stream.h342 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt,
H A Dquic_channel.h301 void ossl_quic_channel_inject_pkt(QUIC_CHANNEL *ch, OSSL_QRX_PKT *qpkt);
/src/crypto/openssl/ssl/quic/
H A Dquic_sf_list.c17 OSSL_QRX_PKT *pkt;
30 static STREAM_FRAME *stream_frame_new(UINT_RANGE *range, OSSL_QRX_PKT *pkt, in stream_frame_new()
64 OSSL_QRX_PKT *pkt, in append_frame()
80 OSSL_QRX_PKT *pkt, in ossl_sframe_list_insert()
H A Dquic_rx_depack.c64 OSSL_QRX_PKT *qpacket) in depack_do_frame_ack()
264 OSSL_QRX_PKT *parent_pkt, in depack_do_frame_crypto()
497 OSSL_QRX_PKT *parent_pkt, in depack_do_frame_stream()
1048 OSSL_QRX_PKT *parent_pkt, uint32_t enc_level, in depack_process_frames()
1424 int ossl_quic_handle_frames(QUIC_CHANNEL *ch, OSSL_QRX_PKT *qpacket) in ossl_quic_handle_frames()
H A Dquic_record_rx.c45 OSSL_QRX_PKT pkt;
284 void ossl_qrx_inject_pkt(OSSL_QRX *qrx, OSSL_QRX_PKT *pkt) in ossl_qrx_inject_pkt()
1441 int ossl_qrx_read_pkt(OSSL_QRX *qrx, OSSL_QRX_PKT **ppkt) in ossl_qrx_read_pkt()
1476 void ossl_qrx_pkt_release(OSSL_QRX_PKT *pkt) in ossl_qrx_pkt_release()
1489 void ossl_qrx_pkt_orphan(OSSL_QRX_PKT *pkt) in ossl_qrx_pkt_orphan()
1502 void ossl_qrx_pkt_up_ref(OSSL_QRX_PKT *pkt) in ossl_qrx_pkt_up_ref()
H A Dquic_channel_local.h170 OSSL_QRX_PKT *qrx_pkt;
H A Dquic_rstream.c57 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt, in ossl_quic_rstream_queue_data()
H A Dquic_port.c1495 OSSL_QRX_PKT *qrx_pkt = NULL; in port_default_packet_handler()
H A Dquic_channel.c3401 void ossl_quic_channel_inject_pkt(QUIC_CHANNEL *ch, OSSL_QRX_PKT *qpkt) in ossl_quic_channel_inject_pkt()
/src/crypto/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md24 Represented by the `OSSL_QRX_PKT` structure, defined in
65 This function would create an `OSSL_QRX_PKT` and call the QUIC Read Record
71 (the `OSSL_QRX_PKT` structure / sub-structure needs to be extended to take
/src/crypto/openssl/test/
H A Dquic_txp_test.c73 OSSL_QRX_PKT *qrx_pkt;
H A Dquic_record_test.c9064 OSSL_QRX_PKT *pkt = NULL; in rx_run_script()