Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_readbuffer.pod6 - read only buffering BIO that supports BIO_tell() and BIO_seek()
16 BIO_f_readbuffer() returns the read buffering BIO method.
21 Data read from a read buffering BIO comes from an internal buffer which is
24 BIO_gets() is supported for read buffering BIOs.
25 Writing data to a read buffering BIO is not supported.
27 Calling BIO_reset() on a read buffering BIO does not clear any buffered data.
31 Read buffering BIOs implement BIO_read_ex() by using BIO_read_ex() operations
42 BIO_f_readbuffer() returns the read buffering BIO method.
H A DBIO_f_buffer.pod11 - buffering BIO
27 BIO_f_buffer() returns the buffering BIO method.
29 Data written to a buffering BIO is buffered and periodically written
30 to the next BIO in the chain. Data read from a buffering BIO comes from
34 Calling BIO_reset() on a buffering BIO clears any buffered data.
59 buffering BIO to a chain it is therefore possible to provide
69 whenever any pending data should be written such as when removing a buffering
75 BIO_f_buffer() returns the buffering BIO method.
H A DSSL_do_handshake.pod36 condition. When using a buffering BIO, like a BIO pair, data must be written
H A DBIO_new_CMS.pod45 a BIO_f_buffer() buffering BIO will prevent this.
H A DBIO_f_cipher.pod59 be achieved by preceding the cipher BIO with a buffering BIO.
H A DSSL_accept.pod35 condition. When using a buffering BIO, like a BIO pair, data must be written
H A DSSL_free.pod23 applicable: the buffering BIO, the read and write BIOs,
H A DPEM_bytes_read_bio.pod56 functionality, which includes buffering as a feature; BIO_s_fd() is likely
H A DSSL_connect.pod35 condition. When using a buffering BIO, like a BIO pair, data must be written
H A DBIO_f_ssl.pod85 of a buffering BIO, an SSL BIO (using B<ctx>), and a connect BIO.
204 Here is a simple server example. It makes use of a buffering
H A DBIO_f_md.pod61 a buffering BIO.
H A DBIO_read.pod106 supported by adding a buffering BIO L<BIO_f_buffer(3)> to the chain.
H A DEVP_CIPHER_meth_new.pod173 including padding, buffering and finalization.
H A DSSL_read.pod88 When using a buffering BIO, like a BIO pair, data must be written into or
/freebsd/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile11 buffering \
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dlpc-eth.txt11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
H A Dxilinx_axienet.txt7 segments of memory for buffering TX and RX, as well as the capability of
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dmcp4725.txt13 - microchip,vref-buffered: Boolean to enable buffering of the external
/freebsd/contrib/one-true-awk/testdir/
H A DT.redir28 diff foo1 foo2 || echo 'BAD: T.redir (buffering)'
/freebsd/usr.bin/tip/tip/
H A Dremote10 # fs frame size (default is BUFSIZ) -- used in buffering writes on
/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh96 exclude SKIP common/buffering/tst.ring3.d
/freebsd/etc/mtree/
H A DBSD.tests.dist117 buffering
/freebsd/contrib/libxo/doc/
H A Doptions.rst71 - "flush-line" performs line buffering, even when the output is not
/freebsd/crypto/openssl/doc/designs/ddd/
H A DREADME.md111 …-based nonblocking example demonstrating exemplary OpenSSL API usage, with use of a buffering BIO |
/freebsd/sys/net80211/
H A DDATAPATH_TRANSMIT.md242 queuing, buffering, submission and retransmission.
332 and STA <-> AP nodes (ie, full node buffering via the power management bit

123