Searched refs:compress (Results 1 – 13 of 13) sorted by relevance
/openssl/test/ssl-tests/ |
H A D | 22-compression.cnf | 5 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 15 [0-tlsv1_3-both-compress] 18 [0-tlsv1_3-both-compress-ssl] 41 [1-tlsv1_3-client-compress] 66 [2-tlsv1_3-server-compress] [all …]
|
H A D | 22-compression.cnf.in | 22 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",
|
/openssl/crypto/comp/ |
H A D | c_zstd.c | 467 } compress; member 651 ctx->compress.outbuf.dst = OPENSSL_malloc(ctx->compress.bufsize); in bio_zstd_write() 656 ctx->compress.outbuf.size = ctx->compress.bufsize; in bio_zstd_write() 666 while (ctx->compress.write_pos < ctx->compress.outbuf.pos) { in bio_zstd_write() 668 ctx->compress.outbuf.pos - ctx->compress.write_pos); in bio_zstd_write() 684 ctx->compress.outbuf.size = ctx->compress.bufsize; in bio_zstd_write() 714 ctx->compress.outbuf.size = ctx->compress.bufsize; in bio_zstd_flush() 718 while (ctx->compress.write_pos < ctx->compress.outbuf.pos) { in bio_zstd_flush() 730 ctx->compress.outbuf.size = ctx->compress.bufsize; in bio_zstd_flush() 733 zret = ZSTD_flushStream(ctx->compress.state, &ctx->compress.outbuf); in bio_zstd_flush() [all …]
|
H A D | comp_lib.c | 68 if (ctx->meth->compress == NULL) { in COMP_compress_block() 71 ret = ctx->meth->compress(ctx, out, olen, in, ilen); in COMP_compress_block()
|
H A D | comp_local.h | 15 ossl_ssize_t (*compress) (COMP_CTX *ctx, member
|
H A D | c_zlib.c | 102 # define compress p_compress macro 231 if (compress(out, &out_size, in, ilen) != Z_OK) in zlib_oneshot_compress_block()
|
/openssl/util/ |
H A D | fips-checksums.sh | 13 | $HERE/lang-compress.pl 'C' \ 20 | $HERE/lang-compress.pl 'perl' \ 26 | $HERE/lang-compress.pl 'S' \
|
/openssl/doc/man1/ |
H A D | openssl-cms.pod.in | 31 [B<-compress>] 128 It can encrypt, decrypt, sign, verify, compress, uncompress, and print messages. 134 digest_create, digest_verify, compress, uncompress, 229 =item B<-compress> 766 The B<-compress> option.
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set1_cert_comp_preference.pod | 66 SSL_CTX_compress_certs() and SSL_compress_certs() are used to pre-compress all
|
H A D | COMP_CTX_new.pod | 56 COMP_CTX_new() is used to create a new B<COMP_CTX> structure used to compress data.
|
H A D | EVP_PKEY_verify.pod | 92 while others compress the data, typically by internally producing a digest,
|
H A D | EVP_PKEY_sign.pod | 97 while others compress the data, typically by internally producing a digest,
|
/openssl/crypto/err/ |
H A D | openssl.txt | 417 COMP_R_ZSTD_COMPRESS_ERROR:107:zstd compress error
|
Completed in 25 milliseconds