HomeSort by: relevance | last modified time | path
    Searched refs:tx_init_dcid_len (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port_local.h 92 unsigned char tx_init_dcid_len; member in struct:quic_port_st
quic_port.c 166 port->tx_init_dcid_len = INIT_DCID_LEN;
269 return port->tx_init_dcid_len;
quic_channel.c 165 size_t tx_init_dcid_len; local
171 tx_init_dcid_len = ossl_quic_port_get_tx_init_dcid_len(ch->port);
175 && !ossl_quic_gen_rand_conn_id(ch->port->engine->libctx, tx_init_dcid_len,

Completed in 27 milliseconds