Home
last modified time | relevance | path

Searched refs:qtx_args (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/test/
H A Dquic_txp_test.c60 OSSL_QTX_ARGS qtx_args; member
147 h->qtx_args.bio = h->bio1; in helper_init()
148 h->qtx_args.mdpl = 1200; in helper_init()
150 if (!TEST_ptr(h->args.qtx = ossl_qtx_new(&h->qtx_args))) in helper_init()
/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c160 OSSL_QTX_ARGS qtx_args = { 0 }; in ch_init() local
180 qtx_args.libctx = ch->port->engine->libctx; in ch_init()
181 qtx_args.get_qlog_cb = ch_get_qlog_cb; in ch_init()
182 qtx_args.get_qlog_cb_arg = ch; in ch_init()
183 qtx_args.mdpl = QUIC_MIN_INITIAL_DGRAM_LEN; in ch_init()
184 ch->rx_max_udp_payload_size = qtx_args.mdpl; in ch_init()
188 ch->qtx = ossl_qtx_new(&qtx_args); in ch_init()