Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_stream_test.c392 if (!TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, 5, in test_rstream_simple()
394 || !TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, in test_rstream_simple()
402 || !TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, in test_rstream_simple()
406 || !TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, 0, in test_rstream_simple()
418 || !TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, in test_rstream_simple()
421 || !TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, in test_rstream_simple()
430 || !TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, in test_rstream_simple()
445 || !TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, in test_rstream_simple()
509 if (!TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, off, in test_rstream_random()
529 if (!TEST_true(ossl_quic_rstream_queue_data(rstream, NULL, off, in test_rstream_random()
[all …]
/openssl/include/internal/
H A Dquic_stream.h342 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt,
/openssl/ssl/quic/
H A Dquic_rstream.c57 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt, in ossl_quic_rstream_queue_data() function
H A Dquic_rx_depack.c311 if (!ossl_quic_rstream_queue_data(rstream, parent_pkt, in depack_do_frame_crypto()
607 && !ossl_quic_rstream_queue_data(stream->rstream, parent_pkt, in depack_do_frame_stream()

Completed in 17 milliseconds