Home
last modified time | relevance | path

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

12

/freebsd-12.1/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 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.pod38 returned suitable for streaming I/O: no data is read from the BIO B<in>.
53 can be performed by obtaining the streaming ASN1 B<BIO> directly using
H A DPKCS7_encrypt.pod53 suitable for streaming I/O: no data is read from the BIO B<in>.
64 can be performed by obtaining the streaming ASN1 B<BIO> directly using
H A DCMS_encrypt.pod53 returned suitable for streaming I/O: no data is read from the BIO B<in>.
72 can be performed by obtaining the streaming ASN1 B<BIO> directly using
H A DPEM_write_bio_PKCS7_stream.pod22 streaming.
H A DPEM_write_bio_CMS_stream.pod22 streaming.
H A Di2d_CMS_bio_stream.pod22 streaming.
H A Di2d_PKCS7_bio_stream.pod22 streaming.
H A DEVP_DigestVerifyInit.pod69 data in one function. For algorithms that support streaming it is equivalent
71 algorithms which do not support streaming (e.g. PureEdDSA) it is the only way
H A DPKCS7_sign.pod77 can be performed by obtaining the streaming ASN1 B<BIO> directly using
86 called to finalize the structure if streaming is not enabled. Alternative
H A DCMS_sign.pod85 can be performed by obtaining the streaming ASN1 B<BIO> directly using
100 structure if streaming is not enabled.
H A DSMIME_read_CMS.pod51 which can be processed due to memory restraints: a streaming single pass option
H A DSMIME_read_PKCS7.pod55 streaming single pass option should be available.
/freebsd-12.1/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-12.1/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
26 as this decoder does not handle streaming decoding,
/freebsd-12.1/sys/contrib/zstd/
H A DTESTING.md24 - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode)
43 - Testing `zbuff` (old streaming API)
H A DNEWS26 api : fix : streaming interface was adding a useless 3-bytes null block to small frames
112 speed : improved decompression speed in streaming mode for single shot scenarios (+5%)
139 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames…
159 Improved : better memory usage when using streaming compression API, thanks to @Rogier-5 report
190 New streaming API
282 Changed : streaming & dictionary API
/freebsd-12.1/sys/contrib/zstd/tests/
H A DREADME.md11 - `zbufftest` : Test tool to check ZBUFF (a buffered streaming API) integrity
12 - `zstreamtest` : Fuzzer test tool for zstd streaming API
90 zstd library correctly decompresses them in both simple and streaming modes.
/freebsd-12.1/tools/regression/netinet/tcpstream/
H A DREADME1 tcpstream - a simple TCP streaming test tool
/freebsd-12.1/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…
/freebsd-12.1/sys/arm/mv/
H A Dfiles.mv8 # - L1 Cache: Supports streaming and write allocate
/freebsd-12.1/sys/contrib/zstd/lib/
H A DREADME.md102 At this stage, it contains older streaming prototypes, in `lib/deprecated/zbuff.h`.
104 Consider migrating code towards supported streaming API exposed in `zstd.h`.

12