Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_s_mem.pod44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read
108 Calling BIO_reset() on a read write memory BIO with BIO_FLAGS_NONCLEAR_RST
115 BIO_FLAGS_NONCLEAR_RST set has the same effect as a write operation.
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_mem.c262 if (!(b->flags & BIO_FLAGS_NONCLEAR_RST)) { in mem_ctrl()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h171 # define BIO_FLAGS_NONCLEAR_RST 0x400 macro