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

/freebsd-12-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c685 int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, argument
699 if (writebuf1) {
700 r = BIO_set_write_buf_size(bio1, writebuf1);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dbio.h721 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,

Completed in 167 milliseconds