Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_mem.c145 bio->flags |= BIO_FLAGS_MEM_RDONLY; in BIO_new_mem_buf()
184 if (bio->flags & BIO_FLAGS_MEM_RDONLY) in mem_free()
230 if (bio->flags & BIO_FLAGS_MEM_RDONLY) { in mem_write()
268 if (!(bio->flags & BIO_FLAGS_MEM_RDONLY)) { in mem_ctrl()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_lib.c210 BIO_set_flags(mbio, BIO_FLAGS_MEM_RDONLY); in CMS_dataFinal()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h206 #define BIO_FLAGS_MEM_RDONLY 0x200 macro
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_doit.c850 BIO_set_flags(btmp, BIO_FLAGS_MEM_RDONLY); in PKCS7_dataFinal()
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.c1927 BIO_set_flags(mem, BIO_FLAGS_MEM_RDONLY); in bio_to_mem()