Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_demux.h198 QUIC_DEMUX *ossl_quic_demux_new(BIO *net_bio,
/openssl/ssl/quic/
H A Dquic_demux.c71 QUIC_DEMUX *ossl_quic_demux_new(BIO *net_bio, in ossl_quic_demux_new() function
H A Dquic_port.c73 if ((port->demux = ossl_quic_demux_new(/*BIO=*/NULL, in port_init()
/openssl/test/
H A Dquic_txp_test.c214 if (!TEST_ptr(h->demux = ossl_quic_demux_new(h->bio2, 8, in helper_init()
H A Dquic_record_test.c1779 && !TEST_ptr(s->demux = ossl_quic_demux_new(NULL, in rx_state_ensure()

Completed in 24 milliseconds