Home
last modified time | relevance | path

Searched refs:retry_scid (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_channel_local.h120 QUIC_CONN_ID retry_scid; member
H A Dquic_channel.c63 const QUIC_CONN_ID *retry_scid);
89 const QUIC_CONN_ID *retry_scid);
1255 if (!ossl_quic_conn_id_eq(&ch->retry_scid, &cid)) { in ch_on_transport_params()
1629 &ch->retry_scid); in ch_on_transport_params()
2649 const QUIC_CONN_ID *retry_scid) in ch_retry() argument
2657 if (ossl_quic_conn_id_eq(&ch->init_dcid, retry_scid)) in ch_retry()
2661 if (!ossl_quic_tx_packetiser_set_cur_dcid(ch->txp, retry_scid)) in ch_retry()
2684 ch->retry_scid = *retry_scid; in ch_retry()
2707 &ch->retry_scid, in ch_retry()

Completed in 14 milliseconds