Searched refs:OSSL_QRX_PKT (Results 1 – 16 of 16) sorted by relevance
| /src/crypto/openssl/include/internal/ |
| H A D | quic_record_rx.h | 265 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 D | quic_rx_depack.h | 17 int ossl_quic_handle_frames(QUIC_CHANNEL *qc, OSSL_QRX_PKT *qpacket);
|
| H A D | quic_predef.h | 35 typedef struct ossl_qrx_pkt_st OSSL_QRX_PKT; typedef
|
| H A D | quic_sf_list.h | 78 OSSL_QRX_PKT *pkt,
|
| H A D | quic_stream.h | 342 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt,
|
| H A D | quic_channel.h | 301 void ossl_quic_channel_inject_pkt(QUIC_CHANNEL *ch, OSSL_QRX_PKT *qpkt);
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_sf_list.c | 17 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 D | quic_rx_depack.c | 64 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 D | quic_record_rx.c | 45 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 D | quic_channel_local.h | 170 OSSL_QRX_PKT *qrx_pkt;
|
| H A D | quic_rstream.c | 57 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt, in ossl_quic_rstream_queue_data()
|
| H A D | quic_port.c | 1495 OSSL_QRX_PKT *qrx_pkt = NULL; in port_default_packet_handler()
|
| H A D | quic_channel.c | 3401 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 D | rx-depacketizer.md | 24 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 D | quic_txp_test.c | 73 OSSL_QRX_PKT *qrx_pkt;
|
| H A D | quic_record_test.c | 9064 OSSL_QRX_PKT *pkt = NULL; in rx_run_script()
|