Home
last modified time | relevance | path

Searched refs:ossl_quic_rstream_resize_rbuf (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_stream_test.c415 && !TEST_true(ossl_quic_rstream_resize_rbuf(rstream, in test_rstream_simple()
450 && !TEST_true(ossl_quic_rstream_resize_rbuf(rstream, in test_rstream_simple()
554 if (!TEST_true(ossl_quic_rstream_resize_rbuf(rstream, in test_rstream_random()
/freebsd/crypto/openssl/include/internal/
H A Dquic_stream.h420 int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rstream.c281 int ossl_quic_rstream_resize_rbuf(QUIC_RSTREAM *qrs, size_t rbuf_size) in ossl_quic_rstream_resize_rbuf() function