Symbol: QUIC_CONN_ID
crypto/openssl/fuzz/quic-lcidm.c
53
static int get_cid(PACKET *pkt, QUIC_CONN_ID *cid)
crypto/openssl/fuzz/quic-lcidm.c
73
QUIC_CONN_ID arg_cid, cid_out;
crypto/openssl/fuzz/quic-rcidm.c
62
static int get_cid(PACKET *pkt, QUIC_CONN_ID *cid)
crypto/openssl/fuzz/quic-rcidm.c
82
QUIC_CONN_ID arg_cid, cid_out;
crypto/openssl/include/internal/qlog.h
32
QUIC_CONN_ID odcid;
crypto/openssl/include/internal/qlog_event_helpers.h
23
const QUIC_CONN_ID *init_dcid);
crypto/openssl/include/internal/quic_channel.h
286
const QUIC_CONN_ID *peer_scid,
crypto/openssl/include/internal/quic_channel.h
287
const QUIC_CONN_ID *peer_dcid);
crypto/openssl/include/internal/quic_channel.h
403
const QUIC_CONN_ID *conn_id);
crypto/openssl/include/internal/quic_channel.h
436
void ossl_quic_channel_get_diag_local_cid(QUIC_CHANNEL *ch, QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_channel.h
468
const QUIC_CONN_ID *scid, const QUIC_CONN_ID *dcid,
crypto/openssl/include/internal/quic_channel.h
469
const QUIC_CONN_ID *odcid);
crypto/openssl/include/internal/quic_demux.h
184
const QUIC_CONN_ID *dcid);
crypto/openssl/include/internal/quic_lcidm.h
144
const QUIC_CONN_ID *initial_odcid);
crypto/openssl/include/internal/quic_lcidm.h
167
QUIC_CONN_ID *initial_lcid);
crypto/openssl/include/internal/quic_lcidm.h
210
const QUIC_CONN_ID *containing_pkt_dcid,
crypto/openssl/include/internal/quic_lcidm.h
211
QUIC_CONN_ID *retired_lcid,
crypto/openssl/include/internal/quic_lcidm.h
234
const QUIC_CONN_ID *lcid,
crypto/openssl/include/internal/quic_lcidm.h
244
const QUIC_CONN_ID *lcid);
crypto/openssl/include/internal/quic_lcidm.h
252
const QUIC_CONN_ID *lcid,
crypto/openssl/include/internal/quic_lcidm.h
259
int ossl_quic_lcidm_get_unused_cid(QUIC_LCIDM *lcidm, QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_lcidm.h
266
const QUIC_CONN_ID *lcid);
crypto/openssl/include/internal/quic_rcidm.h
160
QUIC_CONN_ID *tx_dcid);
crypto/openssl/include/internal/quic_rcidm.h
48
QUIC_RCIDM *ossl_quic_rcidm_new(const QUIC_CONN_ID *initial_odcid);
crypto/openssl/include/internal/quic_rcidm.h
68
const QUIC_CONN_ID *rcid);
crypto/openssl/include/internal/quic_rcidm.h
81
const QUIC_CONN_ID *retry_odcid);
crypto/openssl/include/internal/quic_record_rx.h
342
const QUIC_CONN_ID *dcid);
crypto/openssl/include/internal/quic_record_util.h
63
const QUIC_CONN_ID *dst_conn_id,
crypto/openssl/include/internal/quic_srt_gen.h
53
const QUIC_CONN_ID *dcid,
crypto/openssl/include/internal/quic_tserver.h
161
const QUIC_CONN_ID *conn_id);
crypto/openssl/include/internal/quic_txp.h
145
const QUIC_CONN_ID *dcid);
crypto/openssl/include/internal/quic_txp.h
149
const QUIC_CONN_ID *scid);
crypto/openssl/include/internal/quic_txp.h
34
QUIC_CONN_ID cur_scid; /* Current Source Connection ID we use. */
crypto/openssl/include/internal/quic_txp.h
35
QUIC_CONN_ID cur_dcid; /* Current Destination Connection ID we use. */
crypto/openssl/include/internal/quic_types.h
82
static ossl_unused ossl_inline int ossl_quic_conn_id_eq(const QUIC_CONN_ID *a,
crypto/openssl/include/internal/quic_types.h
83
const QUIC_CONN_ID *b)
crypto/openssl/include/internal/quic_types.h
95
QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_wire.h
201
QUIC_CONN_ID conn_id;
crypto/openssl/include/internal/quic_wire.h
460
const QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_wire.h
754
QUIC_CONN_ID *cid);
crypto/openssl/include/internal/quic_wire.h
763
QUIC_CONN_ID cid;
crypto/openssl/include/internal/quic_wire_pkt.h
365
QUIC_CONN_ID dst_conn_id;
crypto/openssl/include/internal/quic_wire_pkt.h
371
QUIC_CONN_ID src_conn_id;
crypto/openssl/include/internal/quic_wire_pkt.h
539
QUIC_CONN_ID *dst_conn_id);
crypto/openssl/include/internal/quic_wire_pkt.h
612
const QUIC_CONN_ID *client_initial_dcid);
crypto/openssl/include/internal/quic_wire_pkt.h
633
const QUIC_CONN_ID *client_initial_dcid,
crypto/openssl/ssl/quic/qlog_event_helpers.c
17
const QUIC_CONN_ID *init_dcid)
crypto/openssl/ssl/quic/quic_channel.c
1324
QUIC_CONN_ID cid;
crypto/openssl/ssl/quic/quic_channel.c
1859
QUIC_CONN_ID *id_to_use = NULL;
crypto/openssl/ssl/quic/quic_channel.c
2909
const QUIC_CONN_ID *retry_scid,
crypto/openssl/ssl/quic/quic_channel.c
3625
const QUIC_CONN_ID *peer_scid,
crypto/openssl/ssl/quic/quic_channel.c
3626
const QUIC_CONN_ID *peer_dcid,
crypto/openssl/ssl/quic/quic_channel.c
3627
const QUIC_CONN_ID *peer_odcid)
crypto/openssl/ssl/quic/quic_channel.c
3678
const QUIC_CONN_ID *peer_scid,
crypto/openssl/ssl/quic/quic_channel.c
3679
const QUIC_CONN_ID *peer_dcid)
crypto/openssl/ssl/quic/quic_channel.c
3715
const QUIC_CONN_ID *peer_scid,
crypto/openssl/ssl/quic/quic_channel.c
3716
const QUIC_CONN_ID *peer_dcid,
crypto/openssl/ssl/quic/quic_channel.c
3717
const QUIC_CONN_ID *peer_odcid)
crypto/openssl/ssl/quic/quic_channel.c
3951
const QUIC_CONN_ID *conn_id)
crypto/openssl/ssl/quic/quic_channel.c
4039
void ossl_quic_channel_get_diag_local_cid(QUIC_CHANNEL *ch, QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_channel.c
57
const QUIC_CONN_ID *retry_scid,
crypto/openssl/ssl/quic/quic_channel.c
86
const QUIC_CONN_ID *retry_scid,
crypto/openssl/ssl/quic/quic_channel_local.h
118
QUIC_CONN_ID init_dcid;
crypto/openssl/ssl/quic/quic_channel_local.h
125
QUIC_CONN_ID odcid;
crypto/openssl/ssl/quic/quic_channel_local.h
132
QUIC_CONN_ID init_scid;
crypto/openssl/ssl/quic/quic_channel_local.h
138
QUIC_CONN_ID retry_scid;
crypto/openssl/ssl/quic/quic_channel_local.h
141
QUIC_CONN_ID cur_local_cid;
crypto/openssl/ssl/quic/quic_channel_local.h
146
QUIC_CONN_ID cur_remote_dcid;
crypto/openssl/ssl/quic/quic_demux.c
322
QUIC_CONN_ID *dst_conn_id)
crypto/openssl/ssl/quic/quic_demux.c
336
QUIC_CONN_ID dst_conn_id;
crypto/openssl/ssl/quic/quic_lcidm.c
185
static QUIC_LCID *lcidm_get0_lcid(const QUIC_LCIDM *lcidm, const QUIC_CONN_ID *lcid)
crypto/openssl/ssl/quic/quic_lcidm.c
263
const QUIC_CONN_ID *lcid)
crypto/openssl/ssl/quic/quic_lcidm.c
313
QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_lcidm.c
33
QUIC_CONN_ID cid;
crypto/openssl/ssl/quic/quic_lcidm.c
334
QUIC_CONN_ID *lcid_out,
crypto/openssl/ssl/quic/quic_lcidm.c
382
const QUIC_CONN_ID *initial_odcid)
crypto/openssl/ssl/quic/quic_lcidm.c
415
QUIC_CONN_ID *initial_lcid)
crypto/openssl/ssl/quic/quic_lcidm.c
422
const QUIC_CONN_ID *lcid)
crypto/openssl/ssl/quic/quic_lcidm.c
501
const QUIC_CONN_ID *containing_pkt_dcid,
crypto/openssl/ssl/quic/quic_lcidm.c
502
QUIC_CONN_ID *retired_lcid,
crypto/openssl/ssl/quic/quic_lcidm.c
554
const QUIC_CONN_ID *lcid,
crypto/openssl/ssl/quic/quic_lcidm.c
576
const QUIC_CONN_ID *lcid)
crypto/openssl/ssl/quic/quic_lcidm.c
590
const QUIC_CONN_ID *lcid,
crypto/openssl/ssl/quic/quic_lcidm.c
615
int ossl_quic_lcidm_get_unused_cid(QUIC_LCIDM *lcidm, QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_lcidm.c
67
QUIC_CONN_ID next_lcid;
crypto/openssl/ssl/quic/quic_port.c
1335
BIO_ADDR *peer, QUIC_CONN_ID *odcid,
crypto/openssl/ssl/quic/quic_port.c
1336
QUIC_CONN_ID *scid, uint8_t *gen_new_token)
crypto/openssl/ssl/quic/quic_port.c
1430
QUIC_CONN_ID rscid = { 0 };
crypto/openssl/ssl/quic/quic_port.c
1483
const QUIC_CONN_ID *dcid)
crypto/openssl/ssl/quic/quic_port.c
1489
QUIC_CONN_ID odcid, scid;
crypto/openssl/ssl/quic/quic_port.c
1601
if (ossl_qrx_validate_initial_packet(qrx, e, (const QUIC_CONN_ID *)dcid) == 0)
crypto/openssl/ssl/quic/quic_port.c
33
const QUIC_CONN_ID *dcid);
crypto/openssl/ssl/quic/quic_port.c
69
QUIC_CONN_ID odcid;
crypto/openssl/ssl/quic/quic_port.c
70
QUIC_CONN_ID rscid;
crypto/openssl/ssl/quic/quic_port.c
732
const QUIC_CONN_ID *scid, const QUIC_CONN_ID *dcid,
crypto/openssl/ssl/quic/quic_port.c
733
const QUIC_CONN_ID *odcid, OSSL_QRX *qrx,
crypto/openssl/ssl/quic/quic_port.c
860
static int generate_token(BIO_ADDR *peer, QUIC_CONN_ID odcid,
crypto/openssl/ssl/quic/quic_port.c
861
QUIC_CONN_ID rscid, QUIC_VALIDATION_TOKEN *token,
crypto/openssl/ssl/quic/quic_rcidm.c
129
QUIC_CONN_ID cid; /* The actual CID string for this RCID */
crypto/openssl/ssl/quic/quic_rcidm.c
171
QUIC_CONN_ID preferred_rcid;
crypto/openssl/ssl/quic/quic_rcidm.c
176
QUIC_CONN_ID initial_odcid, retry_odcid;
crypto/openssl/ssl/quic/quic_rcidm.c
282
QUIC_RCIDM *ossl_quic_rcidm_new(const QUIC_CONN_ID *initial_odcid)
crypto/openssl/ssl/quic/quic_rcidm.c
322
const QUIC_CONN_ID *rcid)
crypto/openssl/ssl/quic/quic_rcidm.c
343
const QUIC_CONN_ID *cid,
crypto/openssl/ssl/quic/quic_rcidm.c
38
const QUIC_CONN_ID *rcid);
crypto/openssl/ssl/quic/quic_rcidm.c
582
const QUIC_CONN_ID *rcid)
crypto/openssl/ssl/quic/quic_rcidm.c
600
const QUIC_CONN_ID *retry_odcid)
crypto/openssl/ssl/quic/quic_rcidm.c
659
QUIC_CONN_ID *tx_dcid)
crypto/openssl/ssl/quic/quic_record_rx.c
1013
QUIC_CONN_ID *first_dcid,
crypto/openssl/ssl/quic/quic_record_rx.c
1351
QUIC_CONN_ID first_dcid = { 255 };
crypto/openssl/ssl/quic/quic_record_rx.c
178
const QUIC_CONN_ID *first_dcid);
crypto/openssl/ssl/quic/quic_record_rx.c
306
const QUIC_CONN_ID *first_dcid,
crypto/openssl/ssl/quic/quic_record_rx.c
475
const QUIC_CONN_ID *dcid)
crypto/openssl/ssl/quic/quic_record_rx.c
725
const QUIC_CONN_ID *first_dcid)
crypto/openssl/ssl/quic/quic_record_util.c
84
const QUIC_CONN_ID *dst_conn_id,
crypto/openssl/ssl/quic/quic_srt_gen.c
64
const QUIC_CONN_ID *dcid,
crypto/openssl/ssl/quic/quic_trace.c
62
static void put_conn_id(BIO *bio, QUIC_CONN_ID *id)
crypto/openssl/ssl/quic/quic_tserver.c
478
const QUIC_CONN_ID *conn_id)
crypto/openssl/ssl/quic/quic_txp.c
676
const QUIC_CONN_ID *dcid)
crypto/openssl/ssl/quic/quic_txp.c
688
const QUIC_CONN_ID *scid)
crypto/openssl/ssl/quic/quic_types.c
15
QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_wire.c
427
const QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_wire.c
959
QUIC_CONN_ID *cid)
crypto/openssl/ssl/quic/quic_wire_pkt.c
683
QUIC_CONN_ID *dst_conn_id)
crypto/openssl/ssl/quic/quic_wire_pkt.c
833
const QUIC_CONN_ID *client_initial_dcid)
crypto/openssl/ssl/quic/quic_wire_pkt.c
866
const QUIC_CONN_ID *client_initial_dcid,
crypto/openssl/test/quic_lcidm_test.c
15
static const QUIC_CONN_ID cid8_1 = { 8, { 1 } };
crypto/openssl/test/quic_lcidm_test.c
16
static const QUIC_CONN_ID cid8_2 = { 8, { 2 } };
crypto/openssl/test/quic_lcidm_test.c
17
static const QUIC_CONN_ID cid8_3 = { 8, { 3 } };
crypto/openssl/test/quic_lcidm_test.c
18
static const QUIC_CONN_ID cid8_4 = { 8, { 4 } };
crypto/openssl/test/quic_lcidm_test.c
19
static const QUIC_CONN_ID cid8_5 = { 8, { 5 } };
crypto/openssl/test/quic_lcidm_test.c
26
QUIC_CONN_ID lcid_1, lcid_dummy, lcid_init = { 0 };
crypto/openssl/test/quic_multistream_test.c
3440
QUIC_CONN_ID new_cid = { 0 };
crypto/openssl/test/quic_multistream_test.c
5268
QUIC_CONN_ID new_cid = { 0 };
crypto/openssl/test/quic_newcid_test.c
61
static const QUIC_CONN_ID conn_id = {
crypto/openssl/test/quic_rcidm_test.c
13
static const QUIC_CONN_ID cid8_1 = { 8, { 1 } };
crypto/openssl/test/quic_rcidm_test.c
14
static const QUIC_CONN_ID cid8_2 = { 8, { 2 } };
crypto/openssl/test/quic_rcidm_test.c
15
static const QUIC_CONN_ID cid8_3 = { 8, { 3 } };
crypto/openssl/test/quic_rcidm_test.c
16
static const QUIC_CONN_ID cid8_4 = { 8, { 4 } };
crypto/openssl/test/quic_rcidm_test.c
17
static const QUIC_CONN_ID cid8_5 = { 8, { 5 } };
crypto/openssl/test/quic_rcidm_test.c
29
QUIC_CONN_ID dcid_out;
crypto/openssl/test/quic_rcidm_test.c
30
const QUIC_CONN_ID *odcid = NULL;
crypto/openssl/test/quic_record_test.c
10270
const QUIC_CONN_ID *dcid;
crypto/openssl/test/quic_record_test.c
125
static const QUIC_CONN_ID rx_script_1_dcid = {
crypto/openssl/test/quic_record_test.c
19
static const QUIC_CONN_ID empty_conn_id = { 0, { 0 } };
crypto/openssl/test/quic_record_test.c
3005
static const QUIC_CONN_ID rx_script_6_c2s_init_dcid = {
crypto/openssl/test/quic_record_test.c
403
static const QUIC_CONN_ID rx_script_5_c2s_init_dcid = {
crypto/openssl/test/quic_record_test.c
45
const QUIC_CONN_ID *dcid;
crypto/openssl/test/quic_record_test.c
5663
static const QUIC_CONN_ID rx_script_7_c2s_init_dcid = {
crypto/openssl/test/quic_record_test.c
8984
QUIC_CONN_ID rx_dcid;
crypto/openssl/test/quic_record_test.c
9024
const QUIC_CONN_ID *dcid)
crypto/openssl/test/quic_srt_gen_test.c
22
QUIC_CONN_ID dcid;
crypto/openssl/test/quic_txp_test.c
126
const QUIC_CONN_ID *dcid)
crypto/openssl/test/quic_txp_test.c
17
static const QUIC_CONN_ID scid_1 = {
crypto/openssl/test/quic_txp_test.c
21
static const QUIC_CONN_ID dcid_1 = {
crypto/openssl/test/quic_txp_test.c
25
static const QUIC_CONN_ID cid_1 = {
crypto/openssl/test/quic_wire_test.c
1572
static const QUIC_CONN_ID retry_orig_dcid = {