Searched refs:BIO_set_write_buf_size (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_bio.pod | 6 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 D | bss_bio.c | 698 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 D | other.syms | 228 BIO_set_write_buf_size define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 574 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) macro
|
H A D | bio.h.in | 551 # 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 D | Makefile | 931 MLINKS+= BIO_s_bio.3 BIO_set_write_buf_size.3
|