Home
last modified time | relevance | path

Searched refs:BIO_FLAGS_NONCLEAR_RST (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbio_memleak_test.c196 BIO_set_flags(bio, BIO_FLAGS_NONCLEAR_RST); in test_bio_nonclear_rst()
210 BIO_clear_flags(bio, BIO_FLAGS_NONCLEAR_RST); in test_bio_nonclear_rst()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_mem.pod44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read
110 Calling BIO_reset() on a read write memory BIO with BIO_FLAGS_NONCLEAR_RST
117 BIO_FLAGS_NONCLEAR_RST set has the same effect as a write operation.
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_mem.c265 if (!(b->flags & BIO_FLAGS_NONCLEAR_RST)) { in mem_ctrl()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h.in206 * BIO_FLAGS_NONCLEAR_RST means we shouldn't clear data on reset.
209 # define BIO_FLAGS_NONCLEAR_RST 0x400 macro
H A Dbio.h208 # define BIO_FLAGS_NONCLEAR_RST 0x400 macro