Home
last modified time | relevance | path

Searched refs:COMP_zlib (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DCOMP_CTX_new.pod13 COMP_zlib,
40 COMP_METHOD *COMP_zlib(void);
81 COMP_zlib() returns a B<COMP_METHOD> for stream-based ZLIB compression.
138 COMP_zlib(), COMP_brotli() and COMP_zstd() are stream-based compression methods.
150 COMP_CTX_get_method(), COMP_zlib(), COMP_zlib_oneshot(), COMP_brotli(), COMP_brotli_oneshot(),
H A DSSL_COMP_add_compression_method.pod67 =item COMP_zlib()
/freebsd/crypto/openssl/crypto/
H A Dcomp_methods.c33 COMP_METHOD *method = COMP_zlib(); in STACK_OF()
/freebsd/crypto/openssl/include/openssl/
H A Dcomp.h.in47 COMP_METHOD *COMP_zlib(void);
H A Dcomp.h45 COMP_METHOD *COMP_zlib(void);
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c21 COMP_METHOD *COMP_zlib(void);
309 COMP_METHOD *COMP_zlib(void) in COMP_zlib() function
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt401 COMP_zlib(3)
H A Dlibcrypto.num885 COMP_zlib 908 3_0_0 EXIST::FUNCTION:COMP
/freebsd/crypto/openssl/ssl/
H A Dt1_trce.c1447 method = COMP_zlib(); in ssl_print_compressed_certificates()
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1319 cm = COMP_zlib(); in main()
/freebsd/secure/lib/libcrypto/
H A DVersion.map729 COMP_zlib;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1320 MLINKS+= COMP_CTX_new.3 COMP_zlib.3