/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_f_buffer.pod | 10 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. 63 Do not add more than one BIO_f_buffer() to a BIO chain. The result of 65 the top BIO_f_buffer(), which is 4 KiB at a minimum. 75 BIO_f_buffer() returns the buffering BIO method.
|
H A D | BIO_new_CMS.pod | 45 a BIO_f_buffer() buffering BIO will prevent this.
|
H A D | BIO_read.pod | 104 supported by adding a buffering BIO L<BIO_f_buffer(3)> to the chain.
|
H A D | BIO_f_ssl.pod | 233 bbio = BIO_new(BIO_f_buffer());
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | bio.pod | 64 L<BIO_f_base64(3)>, L<BIO_f_buffer(3)>,
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 2180 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() 2232 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() 2263 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() 2355 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() 2519 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main() 2563 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
|
H A D | s_server.c | 3065 io = BIO_new(BIO_f_buffer()); in www_body() 3508 io = BIO_new(BIO_f_buffer()); in rev_body()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h.in | 100 # define BIO_CTRL_PEEK 29/* BIO_f_buffer special */ 522 /* For the BIO_f_buffer() type */ 546 /* For the BIO_f_buffer() type */ 659 const BIO_METHOD *BIO_f_buffer(void);
|
H A D | bio.h | 682 const BIO_METHOD *BIO_f_buffer(void);
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | http_server.c | 224 bufbio = BIO_new(BIO_f_buffer()); in http_server_init_bio()
|
H A D | apps.c | 301 btmp = BIO_new(BIO_f_buffer()); in app_get_pass()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bf_buff.c | 40 const BIO_METHOD *BIO_f_buffer(void) in BIO_f_buffer() function
|
/freebsd/crypto/openssl/ssl/ |
H A D | bio_ssl.c | 426 if ((buf = BIO_new(BIO_f_buffer())) == NULL) in BIO_new_buffer_ssl_connect()
|
H A D | ssl_lib.c | 4282 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 525 if ((tmpbuf = BIO_new(BIO_f_buffer())) == NULL) { in PKCS7_decrypt()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn_mime.c | 529 bf = BIO_new(BIO_f_buffer()); in SMIME_crlf_copy()
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 1306 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 26 MAN+= BIO_f_buffer.3 802 MLINKS+= BIO_f_buffer.3 BIO_get_buffer_num_lines.3 900 MLINKS+= BIO_f_buffer.3 BIO_set_buffer_read_data.3 901 MLINKS+= BIO_f_buffer.3 BIO_set_buffer_size.3 924 MLINKS+= BIO_f_buffer.3 BIO_set_read_buffer_size.3 932 MLINKS+= BIO_f_buffer.3 BIO_set_write_buffer_size.3
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 934 if ((buff = BIO_new(BIO_f_buffer())) == NULL) in file_find_type()
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 570 DEPEND[html/man3/BIO_f_buffer.html]=man3/BIO_f_buffer.pod 571 GENERATE[html/man3/BIO_f_buffer.html]=man3/BIO_f_buffer.pod 572 DEPEND[man/man3/BIO_f_buffer.3]=man3/BIO_f_buffer.pod 573 GENERATE[man/man3/BIO_f_buffer.3]=man3/BIO_f_buffer.pod 2928 html/man3/BIO_f_buffer.html \ 3536 man/man3/BIO_f_buffer.3 \
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 289 BIO_f_buffer;
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 185 BIO_f_buffer 189 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 9080 * Fix the BIO_f_buffer() implementation (which was mixing different 19603 * BIO_f_buffer() didn't pass on BIO_CTRL_FLUSH.
|