Searched refs:qtx_args (Results 1 – 2 of 2) sorted by relevance
60 OSSL_QTX_ARGS qtx_args; member147 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()
160 OSSL_QTX_ARGS qtx_args = { 0 }; in ch_init() local180 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()