Home
last modified time | relevance | path

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

/trueos/crypto/openssl/doc/crypto/
HDBIO_s_bio.pod6 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/
HDbss_bio.c774 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()
HDbio.h600 # 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/
HDMakefile.man273 MLINKS+= BIO_s_bio.3 BIO_set_write_buf_size.3