Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_mem.c103 ret->flags |= BIO_FLAGS_MEM_RDONLY; in BIO_new_mem_buf()
166 if (a->flags & BIO_FLAGS_MEM_RDONLY) in mem_buf_free()
197 if (b->flags & BIO_FLAGS_MEM_RDONLY) in mem_read()
220 if (b->flags & BIO_FLAGS_MEM_RDONLY) { in mem_write()
250 if (b->flags & BIO_FLAGS_MEM_RDONLY) { in mem_ctrl()
264 if (!(b->flags & BIO_FLAGS_MEM_RDONLY)) { in mem_ctrl()
309 if (!(b->flags & BIO_FLAGS_MEM_RDONLY)) in mem_ctrl()
349 if (bp->flags & BIO_FLAGS_MEM_RDONLY) in mem_gets()
/freebsd/crypto/openssl/test/
H A Dbio_memleak_test.c31 BIO_set_flags(bio, BIO_FLAGS_MEM_RDONLY); in test_bio_memleak()
128 BIO_set_flags(bio2, BIO_FLAGS_MEM_RDONLY); in test_bio_rdonly_mem_buf()
160 BIO_set_flags(bio, BIO_FLAGS_MEM_RDONLY); in test_bio_rdwr_rdonly()
168 BIO_clear_flags(bio, BIO_FLAGS_MEM_RDONLY); in test_bio_rdwr_rdonly()
252 BIO_set_flags(bio, BIO_FLAGS_MEM_RDONLY); in test_bio_i2d_ASN1_mime()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c231 BIO_set_flags(mbio, BIO_FLAGS_MEM_RDONLY); in CMS_dataFinal()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h.in205 * BIO_FLAGS_MEM_RDONLY means we shouldn't free up or change the data in any way;
208 # define BIO_FLAGS_MEM_RDONLY 0x200 macro
H A Dbio.h207 # define BIO_FLAGS_MEM_RDONLY 0x200 macro
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c895 BIO_set_flags(btmp, BIO_FLAGS_MEM_RDONLY); in PKCS7_dataFinal()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2024 BIO_set_flags(mem, BIO_FLAGS_MEM_RDONLY); in bio_to_mem()