Searched refs:BIO_set_write_buf_size (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_bio.c805 r = BIO_set_write_buf_size(bio1, writebuf1);
811 r = BIO_set_write_buf_size(bio2, writebuf2);
H A Dbio.h517 #define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) macro

Completed in 69 milliseconds