Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod6 BIO_set_write_buf_size, BIO_get_write_buf_size, BIO_new_bio_pair,
20 int BIO_set_write_buf_size(BIO *b, long size);
67 BIO_set_write_buf_size() sets the write buffer size of BIO B<b> to B<size>.
74 BIO_set_write_buf_size() to create a connected pair of BIOs B<bio1>, B<bio2>
124 BIO_set_write_buf_size(), BIO_get_write_buf_size(),
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c698 r = BIO_set_write_buf_size(bio1, writebuf1); in BIO_new_bio_pair()
703 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_pair()
/freebsd/crypto/openssl/util/
H A Dother.syms228 BIO_set_write_buf_size define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h574 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) macro
H A Dbio.h.in551 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile931 MLINKS+= BIO_s_bio.3 BIO_set_write_buf_size.3