Home
last modified time | relevance | path

Searched refs:init_dcid (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c116 if (ch->is_server && ch->init_dcid.id_len == 0) in ch_get_qlog()
119 qti.odcid = ch->init_dcid; in ch_get_qlog()
176 &ch->init_dcid)) in ch_init()
260 txp_args.cur_dcid = ch->init_dcid; in ch_init()
1376 if (!ossl_quic_conn_id_eq(&ch->init_dcid, &cid)) { in ch_on_transport_params()
1771 &ch->init_dcid); in ch_on_transport_params()
1774 &ch->init_dcid); in ch_on_transport_params()
1871 id_to_use = &ch->init_dcid; in ch_generate_transport_params()
1902 &ch->init_dcid)) in ch_generate_transport_params()
1972 QLOG_CID("original_destination_connection_id", &ch->init_dcid); in ch_generate_transport_params()
[all …]
H A Dquic_channel_local.h118 QUIC_CONN_ID init_dcid; member
H A Dqlog_event_helpers.c17 const QUIC_CONN_ID *init_dcid) in ossl_qlog_event_connectivity_connection_started() argument
22 QLOG_CID("dst_cid", init_dcid); in ossl_qlog_event_connectivity_connection_started()
H A Dquic_port.c1459 if (!generate_token(peer, ch->init_dcid, rscid, &token, 0) in generate_new_token()
/src/crypto/openssl/include/internal/
H A Dqlog_event_helpers.h23 const QUIC_CONN_ID *init_dcid);