Searched refs:BIO_set_write_buf_size (Results 1 – 4 of 4) sorted by relevance
| /trueos/crypto/openssl/doc/crypto/ |
| HD | BIO_s_bio.pod | 6 BIO_set_write_buf_size, BIO_get_write_buf_size, BIO_new_bio_pair, 21 #define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) 70 BIO_set_write_buf_size() sets the write buffer size of BIO B<b> to B<size>. 77 BIO_set_write_buf_size() to create a connected pair of BIOs B<bio1>, B<bio2>
|
| /trueos/crypto/openssl/crypto/bio/ |
| HD | bss_bio.c | 774 r = BIO_set_write_buf_size(bio1, writebuf1); in BIO_new_bio_pair() 779 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_pair()
|
| HD | bio.h | 600 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) macro
|
| /trueos/secure/lib/libcrypto/ |
| HD | Makefile.man | 273 MLINKS+= BIO_s_bio.3 BIO_set_write_buf_size.3
|