Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/bio/
HDbss_mem.c111 ret->flags |= BIO_FLAGS_MEM_RDONLY; in BIO_new_mem_buf()
138 if (a->flags & BIO_FLAGS_MEM_RDONLY) in mem_free()
158 if (b->flags & BIO_FLAGS_MEM_RDONLY) in mem_read()
183 if (b->flags & BIO_FLAGS_MEM_RDONLY) { in mem_write()
209 if (b->flags & BIO_FLAGS_MEM_RDONLY) { in mem_ctrl()
HDbio.h236 # define BIO_FLAGS_MEM_RDONLY 0x200 macro
/NextBSD/crypto/openssl/crypto/cms/
HDcms_lib.c174 BIO_set_flags(mbio, BIO_FLAGS_MEM_RDONLY); in CMS_dataFinal()
/NextBSD/crypto/openssl/crypto/pkcs7/
HDpk7_doit.c900 BIO_set_flags(btmp, BIO_FLAGS_MEM_RDONLY); in PKCS7_dataFinal()
/NextBSD/crypto/openssl/apps/
HDapps.c2457 BIO_set_flags(mem, BIO_FLAGS_MEM_RDONLY); in bio_to_mem()