Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dring_buf.h55 static ossl_inline void ring_buf_destroy(struct ring_buf *r, int cleanse) in ring_buf_destroy() function
272 ring_buf_destroy(r, cleanse); in ring_buf_resize()
/openssl/ssl/quic/
H A Dquic_sstream.c70 ring_buf_destroy(&qss->ring_buf, 0); in ossl_quic_sstream_new()
87 ring_buf_destroy(&qss->ring_buf, qss->cleanse); in ossl_quic_sstream_free()
H A Dquic_rstream.c53 ring_buf_destroy(&qrs->rbuf, cleanse); in ossl_quic_rstream_free()
/openssl/crypto/bio/
H A Dbss_dgram_pair.c46 static void ring_buf_destroy(struct ring_buf *r) in ring_buf_destroy() function
386 ring_buf_destroy(&b1->rbuf); in dgram_pair_ctrl_make_bio_pair()
405 ring_buf_destroy(&b1->rbuf); in dgram_pair_ctrl_destroy_bio_pair()
420 ring_buf_destroy(&b2->rbuf); in dgram_pair_ctrl_destroy_bio_pair()

Completed in 11 milliseconds