Searched refs:streaming (Results 1 – 25 of 50) sorted by relevance
12
19 B<CMS_ContentInfo> structure. If streaming is enabled then the content must be33 If the B<CMS_STREAM> flag is set streaming is performed. This flag should only41 If streaming is performed the content is output in BER format using indefinite
19 structure. If streaming is enabled then the content must be supplied in the34 If the B<PKCS7_STREAM> flag is set streaming is performed. This flag should42 If streaming is performed the content is output in BER format using indefinite
25 should only be used when streaming is not performed because the streaming
5 BIO_new_CMS - CMS streaming filter BIO15 BIO_new_CMS() returns a streaming filter BIO chain based on B<cms>. The output
38 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
53 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
53 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
22 streaming.
69 data in one function. For algorithms that support streaming it is equivalent71 algorithms which do not support streaming (e.g. PureEdDSA) it is the only way
77 can be performed by obtaining the streaming ASN1 B<BIO> directly using86 called to finalize the structure if streaming is not enabled. Alternative
85 can be performed by obtaining the streaming ASN1 B<BIO> directly using100 structure if streaming is not enabled.
51 which can be processed due to memory restraints: a streaming single pass option
55 streaming single pass option should be available.
44 static void verify(struct archive *a, int streaming) { in verify() argument52 if (streaming) { in verify()
7 such as the streaming API or content checksums, it is written to be easy to26 as this decoder does not handle streaming decoding,
24 - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode)43 - Testing `zbuff` (old streaming API)
26 api : fix : streaming interface was adding a useless 3-bytes null block to small frames112 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 report190 New streaming API282 Changed : streaming & dictionary API
11 - `zbufftest` : Test tool to check ZBUFF (a buffered streaming API) integrity12 - `zstreamtest` : Fuzzer test tool for zstd streaming API90 zstd library correctly decompresses them in both simple and streaming modes.
1 tcpstream - a simple TCP streaming test tool
86 #### Improving speed of streaming compression88 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…
8 # - L1 Cache: Supports streaming and write allocate
102 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`.