Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_multistream_test.c678 QUIC_TSERVER_ARGS s_args = {0}; in helper_init() local
742 s_args.net_wbio = h->s_qtf_wbio; in helper_init()
744 s_args.net_wbio = h->s_net_bio; in helper_init()
747 s_args.net_rbio = h->s_net_bio; in helper_init()
748 s_args.alpn = NULL; in helper_init()
749 s_args.now_cb = get_time; in helper_init()
750 s_args.now_cb_arg = h; in helper_init()
751 s_args.ctx = NULL; in helper_init()
753 if (!TEST_ptr(h->s_priv = ossl_quic_tserver_new(&s_args, certfile, keyfile))) in helper_init()

Completed in 17 milliseconds