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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c762 int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, argument
776 if (writebuf1) {
777 r = BIO_set_write_buf_size(bio1, writebuf1);
H A Dbio.h775 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,

Completed in 127 milliseconds