Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_port_local.h92 unsigned char tx_init_dcid_len; member
H A Dquic_port.c166 port->tx_init_dcid_len = INIT_DCID_LEN; in port_init()
269 return port->tx_init_dcid_len; in ossl_quic_port_get_tx_init_dcid_len()
H A Dquic_channel.c165 size_t tx_init_dcid_len; in ch_init() local
171 tx_init_dcid_len = ossl_quic_port_get_tx_init_dcid_len(ch->port); in ch_init()
175 && !ossl_quic_gen_rand_conn_id(ch->port->engine->libctx, tx_init_dcid_len, in ch_init()