Home
last modified time | relevance | path

Searched refs:rx_short_dcid_len (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/quic/
H A Dquic_port.c65 size_t rx_short_dcid_len = (port->is_multi_conn ? INIT_DCID_LEN : 0); in port_init() local
74 /*Short CID Len=*/rx_short_dcid_len, in port_init()
87 rx_short_dcid_len)) == NULL) in port_init()
90 port->rx_short_dcid_len = (unsigned char)rx_short_dcid_len; in port_init()
170 return port->rx_short_dcid_len; in ossl_quic_port_get_rx_short_dcid_len()
H A Dquic_port_local.h78 unsigned char rx_short_dcid_len; member
H A Dquic_channel.c168 size_t rx_short_dcid_len; in ch_init() local
174 rx_short_dcid_len = ossl_quic_port_get_rx_short_dcid_len(ch->port); in ch_init()
297 qrx_args.short_conn_id_len = rx_short_dcid_len; in ch_init()

Completed in 16 milliseconds