Home
last modified time | relevance | path

Searched refs:BIO_set_mem_buf (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbio_memleak_test.c30 BIO_set_mem_buf(bio, &bufmem, BIO_NOCLOSE); in test_bio_memleak()
127 BIO_set_mem_buf(bio2, bufmem, BIO_CLOSE); in test_bio_rdonly_mem_buf()
251 BIO_set_mem_buf(bio, &bufmem, BIO_NOCLOSE); in test_bio_i2d_ASN1_mime()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_mem.pod6 BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf,
18 BIO_set_mem_buf(BIO *b, BUF_MEM *bm, int c);
65 BIO_set_mem_buf() sets the internal BUF_MEM structure to B<bm> and sets the
91 Calling BIO_set_mem_buf() on a BIO created with BIO_new_secmem() will
131 BIO_set_mem_eof_return(), BIO_set_mem_buf() and BIO_get_mem_ptr()
/freebsd/crypto/openssl/util/
H A Dother.syms218 BIO_set_mem_buf define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h539 # define BIO_set_mem_buf(b,bm,c) BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)(bm)) macro
H A Dbio.h.in516 # define BIO_set_mem_buf(b,bm,c) BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)(bm)) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile918 MLINKS+= BIO_s_mem.3 BIO_set_mem_buf.3