Home
last modified time | relevance | path

Searched refs:BIO_f_buffer (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DBIO_f_buffer.pod10 BIO_f_buffer
17 const BIO_METHOD *BIO_f_buffer(void);
27 BIO_f_buffer() returns the buffering BIO method.
50 These functions, other than BIO_f_buffer(), are implemented as macros.
65 BIO_f_buffer() returns the buffering BIO method.
H A DBIO_new_CMS.pod45 a BIO_f_buffer() buffering BIO will prevent this.
H A DBIO_read.pod76 work around this by adding a buffering BIO L<BIO_f_buffer(3)>
H A DBIO_f_ssl.pod240 bbio = BIO_new(BIO_f_buffer());
/freebsd-12.1/crypto/openssl/apps/
H A Ds_client.c2174 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
2222 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
2249 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
2341 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
2390 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
2550 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
2586 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
H A Ds_server.c2966 io = BIO_new(BIO_f_buffer()); in www_body()
3344 io = BIO_new(BIO_f_buffer()); in rev_body()
H A Docsp.c1301 bufbio = BIO_new(BIO_f_buffer());
H A Dapps.c423 btmp = BIO_new(BIO_f_buffer()); in app_get_pass()
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dbio.pod64 L<BIO_f_base64(3)>, L<BIO_f_buffer(3)>,
/freebsd-12.1/crypto/openssl/crypto/bio/
H A Dbf_buff.c42 const BIO_METHOD *BIO_f_buffer(void) in BIO_f_buffer() function
/freebsd-12.1/crypto/openssl/ssl/
H A Dbio_ssl.c426 if ((buf = BIO_new(BIO_f_buffer())) == NULL) in BIO_new_buffer_ssl_connect()
H A Dssl_lib.c3929 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()
/freebsd-12.1/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c507 if ((tmpbuf = BIO_new(BIO_f_buffer())) == NULL) { in PKCS7_decrypt()
/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Dasn_mime.c488 bf = BIO_new(BIO_f_buffer()); in SMIME_crlf_copy()
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man21 MAN+= BIO_f_buffer.3
616 MLINKS+= BIO_f_buffer.3 BIO_get_buffer_num_lines.3
617 MLINKS+= BIO_f_buffer.3 BIO_set_buffer_read_data.3
618 MLINKS+= BIO_f_buffer.3 BIO_set_buffer_size.3
619 MLINKS+= BIO_f_buffer.3 BIO_set_read_buffer_size.3
620 MLINKS+= BIO_f_buffer.3 BIO_set_write_buffer_size.3
H A DVersion.map289 BIO_f_buffer;
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dbio.h601 const BIO_METHOD *BIO_f_buffer(void);
/freebsd-12.1/crypto/openssl/crypto/store/
H A Dloader_file.c875 if ((buff = BIO_new(BIO_f_buffer())) == NULL in file_open()
/freebsd-12.1/crypto/openssl/
H A DCHANGES3934 *) Fix the BIO_f_buffer() implementation (which was mixing different
13100 *) BIO_f_buffer() didn't pass on BIO_CTRL_FLUSH.