Searched refs:ossl_quic_rstream_queue_data (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | quic_stream_test.c | 392 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 D | quic_stream.h | 342 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt,
|
/openssl/ssl/quic/ |
H A D | quic_rstream.c | 57 int ossl_quic_rstream_queue_data(QUIC_RSTREAM *qrs, OSSL_QRX_PKT *pkt, in ossl_quic_rstream_queue_data() function
|
H A D | quic_rx_depack.c | 311 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 13 milliseconds