Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_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)
63 BIO_set_mem_buf() sets the internal BUF_MEM structure to B<bm> and sets the
89 Calling BIO_set_mem_buf() on a BIO created with BIO_new_secmem() will
125 BIO_set_mem_eof_return(), BIO_set_mem_buf() and BIO_get_mem_ptr()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h486 # define BIO_set_mem_buf(b,bm,c) BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)(bm)) macro
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile770 MLINKS+= BIO_s_mem.3 BIO_set_mem_buf.3