Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/sys/contrib/zstd/examples/
H A DREADME.md21 Provides amount of memory used by streaming context.
29 Compress multiple files (in streaming mode) in a single command line.
35 Compatible with both simple and streaming compression.
/freebsd/crypto/openssl/doc/man3/
H A DSMIME_write_CMS.pod19 B<CMS_ContentInfo> structure. If streaming is enabled then the content must be
33 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only
41 If streaming is performed the content is output in BER format using indefinite
H A DSMIME_write_PKCS7.pod19 structure. If streaming is enabled then the content must be supplied in the
34 If the B<PKCS7_STREAM> flag is set streaming is performed. This flag should
42 If streaming is performed the content is output in BER format using indefinite
H A DCMS_final.pod25 should only be used when streaming is not performed because the streaming
H A DSMIME_write_ASN1.pod27 structure (either CMS_ContentInfo or PKCS7). If streaming is enabled then the
50 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only
58 If streaming is performed the content is output in BER format using indefinite
H A DBIO_new_CMS.pod5 BIO_new_CMS - CMS streaming filter BIO
15 BIO_new_CMS() returns a streaming filter BIO chain based on B<cms>. The output
H A DCMS_compress.pod36 returned suitable for streaming I/O: no data is read from the BIO B<in>.
49 can be performed by obtaining the streaming ASN1 B<BIO> directly using
H A DOSSL_HTTP_REQ_CTX.pod101 expected as the response content and input streaming is disabled. This means
106 be used directly to read the response contents, which may support streaming.
127 the ASN.1 template I<it> to do the encoding (which does not support streaming).
150 This memory BIO does not support streaming.
152 which may support streaming.
162 its contents can be read via this BIO, which does not support streaming.
H A DPKCS7_encrypt.pod57 suitable for streaming I/O: no data is read from the BIO B<in>.
66 can be performed by obtaining the streaming ASN1 B<BIO> directly using
H A DPEM_write_bio_CMS_stream.pod22 streaming.
H A DPEM_write_bio_PKCS7_stream.pod22 streaming.
H A Di2d_PKCS7_bio_stream.pod22 streaming.
H A Di2d_CMS_bio_stream.pod22 streaming.
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_msdos.c44 static void verify(struct archive *a, int streaming) { in verify() argument
52 if (streaming) { in verify()
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A DREADME.md7 such as the streaming API or content checksums, it is written to be easy to
33 as this decoder does not handle streaming decoding,
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.h50 … const void* src, size_t srcSize, const int frame, const streaming_operation streaming);
/freebsd/contrib/libcbor/
H A DBazel.md42 "cbor/serialization.h", "cbor/streaming.h", "cbor/strings.h", "cbor/tags.h"],
61 "cbor/serialization.h", "cbor/streaming.h", "cbor/strings.h", "cbor/tags.h"],
/freebsd/crypto/openssl/doc/man7/
H A DEVP_CIPHER-AES.pod66 The AES-SIV and AES-WRAP mode implementations do not support streaming. That
70 The AES-XTS implementations allow streaming to be performed, but each
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_trace.h67 unsigned streaming; member
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-dma.txt57 - ti,loop-back: To loopback Tx streaming I/F to Rx streaming I/F. Used for
/freebsd/tools/regression/netinet/tcpstream/
H A DREADME1 tcpstream - a simple TCP streaming test tool
/freebsd/lib/libcbor/
H A DMakefile19 SRCS+= cbor/streaming.c
/freebsd/contrib/libcbor/doc/source/
H A Dusing.rst45 - ``cbor/streaming.h`` - Home of :func:`cbor_stream_decode`
125 **Using the streaming parser**
H A Dinternal.rst127 As outlined in :doc:`api`, there decoding is based on the streaming decoder Essentially, the decoder is a custom set of callbacks for the streaming decoder.
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md86 #### Improving speed of streaming compression
88 During streaming compression the compressor never knows how big is data to compress.
89 …improved by providing size of source data to the compressor. By default streaming compressor assum…

1234