HomeSort by: relevance | last modified time | path
    Searched defs:tx_init_dcid_len (Results 1 - 2 of 2) 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_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 16 milliseconds