Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_port_local.h80 unsigned char tx_init_dcid_len; member
H A Dquic_port.c91 port->tx_init_dcid_len = INIT_DCID_LEN; in port_init()
175 return port->tx_init_dcid_len; in ossl_quic_port_get_tx_init_dcid_len()
H A Dquic_channel.c169 size_t tx_init_dcid_len; in ch_init() local
175 tx_init_dcid_len = ossl_quic_port_get_tx_init_dcid_len(ch->port); in ch_init()
179 && !ossl_quic_gen_rand_conn_id(ch->port->engine->libctx, tx_init_dcid_len, in ch_init()

Completed in 17 milliseconds