Searched refs:ossl_quic_rstream_read (Results 1 – 5 of 5) sorted by relevance
/openssl/include/internal/ |
H A D | quic_stream.h | 353 int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size,
|
/openssl/test/ |
H A D | quic_stream_test.c | 387 : ossl_quic_rstream_read; in test_rstream_simple() 540 } else if (!TEST_true(ossl_quic_rstream_read(rstream, read_buf, in test_rstream_random() 580 } else if (!TEST_true(ossl_quic_rstream_read(rstream, read_buf, in test_rstream_random()
|
/openssl/ssl/quic/ |
H A D | quic_tserver.c | 282 if (!ossl_quic_rstream_read(qs->rstream, buf, buf_len, in ossl_quic_tserver_read() 344 if (!ossl_quic_rstream_read(qs->rstream, buf, sizeof(buf), in ossl_quic_tserver_has_read_ended()
|
H A D | quic_rstream.c | 152 int ossl_quic_rstream_read(QUIC_RSTREAM *qrs, unsigned char *buf, size_t size, in ossl_quic_rstream_read() function
|
H A D | quic_impl.c | 2681 if (!ossl_quic_rstream_read(stream->rstream, buf, buf_len, in quic_read_actual()
|
Completed in 34 milliseconds