Home
last modified time | relevance | path

Searched refs:compress (Results 1 – 25 of 267) sorted by relevance

1234567891011

/freebsd/crypto/openssl/test/ssl-tests/
H A D22-compression.cnf5 test-0 = 0-tlsv1_3-both-compress
6 test-1 = 1-tlsv1_3-client-compress
7 test-2 = 2-tlsv1_3-server-compress
8 test-3 = 3-tlsv1_3-neither-compress
9 test-4 = 4-tlsv1_2-both-compress
10 test-5 = 5-tlsv1_2-client-compress
11 test-6 = 6-tlsv1_2-server-compress
12 test-7 = 7-tlsv1_2-neither-compress
15 [0-tlsv1_3-both-compress]
16 ssl_conf = 0-tlsv1_3-both-compress-ssl
[all …]
H A D22-compression.cnf.in22 name => "tlsv1_3-both-compress",
37 name => "tlsv1_3-client-compress",
51 name => "tlsv1_3-server-compress",
65 name => "tlsv1_3-neither-compress",
80 name => "tlsv1_2-both-compress",
96 name => "tlsv1_2-client-compress",
111 name => "tlsv1_2-server-compress",
126 name => "tlsv1_2-neither-compress",
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zstd.c466 } compress; member
534 ctx->compress.state = ZSTD_createCStream(); in bio_zstd_new()
536 ctx->compress.state = ZSTD_createCStream_advanced(zstd_mem_funcs); in bio_zstd_new()
538 if (ctx->compress.state == NULL) in bio_zstd_new()
540 ZSTD_initCStream(ctx->compress.state, ZSTD_CLEVEL_DEFAULT); in bio_zstd_new()
541 ctx->compress.bufsize = ZSTD_CStreamInSize(); in bio_zstd_new()
550 ZSTD_freeCStream(ctx->compress.state); in bio_zstd_new()
566 ZSTD_freeCStream(ctx->compress.state); in bio_zstd_free()
567 OPENSSL_free(ctx->compress.outbuf.dst); in bio_zstd_free()
653 if (ctx->compress.outbuf.dst == NULL) { in bio_zstd_write()
[all …]
/freebsd/usr.bin/compress/doc/
H A DREADME2 o compress() speedup (10-50%) by changing division hash to xor
6 o Removed 'Big+Fast' compress code (FBITS) because of compress speedup
24 The following preprocessor symbols control the compilation of "compress.c":
57 a version of compress on a smaller machine cannot be decompressed! Use the
61 The output of compress 4.0 is fully compatible with that of compress 3.0.
62 In other words, the output of compress 4.0 may be fed into uncompress 3.0 or
63 the output of compress 3.0 may be fed into uncompress 4.0.
65 The output of compress 4.0 not compatible with that of
66 compress 2.0. However, compress 4.0 still accepts the output of
67 compress 2.0. To generate output that is compatible with compress
[all …]
H A DNOTES16 these very words are being modulated by 'compress',
20 LZW method is #4,558,302. Yet despite any similarities between 'compress'
21 and LZW (the public-domain 'compress' code was designed and given to the
26 or, just as bad, not broad enough. ('compress' does things not mentioned
30 the same as that of 'compress'.
58 Subject: Re: Looking for C source for RSA (actually 'compress' patents)
76 several conversations from a Unisys (nee sperry) lawyer re 'compress'.
79 communication only) software versions of 'compress' slide
81 and other commercial wrappers for 'compress'. yet they are
90 after discovering some sort of "compress" button on some
[all …]
H A Drevision.log3 * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $
34 * of SVR2 'pack'. Streamline block-compress table clear logic. Increase
60 * Implemented "-B" block compress. Implemented REVERSE sorting of tab_next.
79 * Will only compress regular files (no directories), added a magic number
88 * filenames to compress. Flags may be clustered (-Ddvb12) or separated
97 * Sped up algorithm significantly by sorting the compress chain.
117 "$Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $";
/freebsd/sys/contrib/openzfs/lib/libzstd/
H A DMakefile.am17 module/zstd/lib/compress/fse_compress.c \
18 module/zstd/lib/compress/hist.c \
19 module/zstd/lib/compress/huf_compress.c \
20 module/zstd/lib/compress/zstd_compress_literals.c \
21 module/zstd/lib/compress/zstd_compress_sequences.c \
22 module/zstd/lib/compress/zstd_compress_superblock.c \
23 module/zstd/lib/compress/zstd_compress.c \
24 module/zstd/lib/compress/zstd_double_fast.c \
25 module/zstd/lib/compress/zstd_fast.c \
26 module/zstd/lib/compress/zstd_lazy.c \
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/
H A Dbclone_diffprops_all.ksh42 log_must zfs inherit compress $TESTSRCFS
46 log_must zfs inherit compress $TESTDSTFS
58 log_must zfs set compress=off $TESTSRCFS
62 log_must zfs set compress=lz4 $TESTDSTFS
71 log_must zfs set compress=zstd $TESTSRCFS
75 log_must zfs set compress=off $TESTDSTFS
84 log_must zfs set compress=gzip $TESTSRCFS
88 log_must zfs set compress=lzjb $TESTDSTFS
H A Dbclone_crossfs_embedded.ksh37 log_must zfs inherit compress $TESTSRCFS
38 log_must zfs inherit compress $TESTDSTFS
46 log_must zfs set compress=zle $TESTSRCFS
47 log_must zfs set compress=zle $TESTDSTFS
H A Dbclone_crossfs_data.ksh37 log_must zfs inherit compress $TESTSRCFS
38 log_must zfs inherit compress $TESTDSTFS
45 log_must zfs set compress=off $TESTSRCFS
46 log_must zfs set compress=off $TESTDSTFS
H A Dbclone_crossfs_corner_cases_limited.ksh37 log_must zfs inherit compress $TESTSRCFS
38 log_must zfs inherit compress $TESTDSTFS
47 log_must zfs set compress=off $TESTSRCFS
49 log_must zfs set compress=off $TESTDSTFS
H A Dbclone_diffprops_compress.ksh42 log_must zfs inherit compress $TESTSRCFS
43 log_must zfs inherit compress $TESTDSTFS
57 log_must zfs set compress=$srcprop $TESTSRCFS
58 log_must zfs set compress=$dstprop $TESTDSTFS
H A Dbclone_crossfs_corner_cases.ksh37 log_must zfs inherit compress $TESTSRCFS
38 log_must zfs inherit compress $TESTDSTFS
47 log_must zfs set compress=off $TESTSRCFS
49 log_must zfs set compress=off $TESTDSTFS
H A Dbclone_diffprops_copies.ksh43 log_must zfs inherit compress $TESTSRCFS
45 log_must zfs inherit compress $TESTDSTFS
54 log_must zfs set compress=off $TESTSRCFS
55 log_must zfs set compress=off $TESTDSTFS
H A Dbclone_diffprops_checksum.ksh43 log_must zfs inherit compress $TESTSRCFS
45 log_must zfs inherit compress $TESTDSTFS
54 log_must zfs set compress=off $TESTSRCFS
55 log_must zfs set compress=off $TESTDSTFS
H A Dbclone_diffprops_recordsize.ksh43 log_must zfs inherit compress $TESTSRCFS
45 log_must zfs inherit compress $TESTDSTFS
54 log_must zfs set compress=off $TESTSRCFS
55 log_must zfs set compress=off $TESTDSTFS
H A Dbclone_prop_sync.ksh39 log_must zfs inherit compress $TESTSRCFS
40 log_must zfs inherit compress $TESTDSTFS
48 log_must zfs set compress=zle $TESTSRCFS
49 log_must zfs set compress=zle $TESTDSTFS
/freebsd/tests/sys/cddl/zfs/tests/compression/
H A Dcompression_test.sh36 . $(atf_get_srcdir)/compress.cfg
45 . $(atf_get_srcdir)/compress.cfg
60 . $(atf_get_srcdir)/compress.cfg
69 . $(atf_get_srcdir)/compress.cfg
87 . $(atf_get_srcdir)/compress.cfg
96 . $(atf_get_srcdir)/compress.cfg
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_stream_size_estimate.ksh38 typeset compress
56 for compress in "${compress_prop_vals[@]}"; do
59 log_must zfs create -o compress=$compress $send_ds
60 log_must zfs create -V 1g -o compress=$compress $send_vol
H A Dsend-c_recv_lz4_disabled.ksh53 for compress in "${compress_prop_vals[@]}"; do
57 log_must zfs create -o compress=$compress $send_ds
H A Dsend-c_lz4_disabled.ksh51 for compress in off gzip; do
59 log_must zfs create -o compress=$compress $send_ds
/freebsd/usr.bin/compress/
H A DMakefile3 PROG= compress
4 SRCS= compress.c zopen.c
5 LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
6 MLINKS= compress.1 uncompress.1
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h148 #define BOOTFS_COMPRESS_VALID(compress) \ argument
149 ((compress) == ZIO_COMPRESS_LZJB || \
150 (compress) == ZIO_COMPRESS_LZ4 || \
151 (compress) == ZIO_COMPRESS_GZIP_1 || \
152 (compress) == ZIO_COMPRESS_GZIP_2 || \
153 (compress) == ZIO_COMPRESS_GZIP_3 || \
154 (compress) == ZIO_COMPRESS_GZIP_4 || \
155 (compress) == ZIO_COMPRESS_GZIP_5 || \
156 (compress) == ZIO_COMPRESS_GZIP_6 || \
157 (compress) == ZIO_COMPRESS_GZIP_7 || \
[all …]
/freebsd/crypto/openssl/util/
H A Dfips-checksums.sh13 | $HERE/lang-compress.pl 'C' \
20 | $HERE/lang-compress.pl 'perl' \
26 | $HERE/lang-compress.pl 'S' \
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp46 void compression::compress(Params P, ArrayRef<uint8_t> Input, in compress() function in compression
50 zlib::compress(Input, Output, P.level); in compress()
53 zstd::compress(Input, Output, P.level, P.zstdEnableLdm); in compress()
107 void zlib::compress(ArrayRef<uint8_t> Input, in compress() function in zlib
147 void zlib::compress(ArrayRef<uint8_t> Input, in compress() function in zlib
168 void zstd::compress(ArrayRef<uint8_t> Input, in compress() function in zstd
230 void zstd::compress(ArrayRef<uint8_t> Input, in compress() function in zstd

1234567891011