Searched refs:ossl_quic_tserver_stream_new (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | quicfaultstest.c | 123 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 D | quicapitest.c | 240 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 D | quic_multistream_test.c | 1556 if (!TEST_true(ossl_quic_tserver_stream_new(ACQUIRE_S(), in run_script_worker()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_tserver.h | 133 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv,
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_tserver.c | 416 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_new() function
|