Home
last modified time | relevance | path

Searched refs:writebuf2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_bio.c686 BIO **bio2_p, size_t writebuf2) in BIO_new_bio_pair() argument
704 if (writebuf2) { in BIO_new_bio_pair()
705 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_pair()
/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_s_bio.pod23 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1, BIO **bio2, size_t writebuf2);
75 with write buffer sizes B<writebuf1> and B<writebuf2>. If either size is
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h722 BIO **bio2, size_t writebuf2);