Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquicfaultstest.c123 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, /*is_uni=*/0, &sid)) in test_unknown_frame()
300 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, /*is_uni=*/0, &sid)) in test_corrupted_data()
H A Dquicapitest.c240 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, 0, &sid)) in test_fin_only_blocking()
1666 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, 0, &sid))) in test_noisy_dgram()
H A Dquic_multistream_test.c1556 if (!TEST_true(ossl_quic_tserver_stream_new(ACQUIRE_S(), in run_script_worker()
/freebsd/crypto/openssl/include/internal/
H A Dquic_tserver.h133 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv,
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c416 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_new() function