Home
last modified time | relevance | path

Searched refs:COMP_METHOD (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/crypto/openssl/include/openssl/
HDcomp.h30 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
31 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
33 int COMP_get_type(const COMP_METHOD *meth);
34 const char *COMP_get_name(const COMP_METHOD *meth);
42 COMP_METHOD *COMP_zlib(void);
HDtypes.h188 typedef struct comp_method_st COMP_METHOD; typedef
HDssl.h2237 __owur const COMP_METHOD *SSL_get_current_compression(const SSL *s);
2238 __owur const COMP_METHOD *SSL_get_current_expansion(const SSL *s);
2239 __owur const char *SSL_COMP_get_name(const COMP_METHOD *comp);
2248 __owur int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
HDssl.h.in2165 __owur const COMP_METHOD *SSL_get_current_compression(const SSL *s);
2166 __owur const COMP_METHOD *SSL_get_current_expansion(const SSL *s);
2167 __owur const char *SSL_COMP_get_name(const COMP_METHOD *comp);
2176 __owur int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
/freebsd-14-stable/crypto/openssl/crypto/comp/
HDcomp_lib.c18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new()
34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method()
39 int COMP_get_type(const COMP_METHOD *meth) in COMP_get_type()
44 const char *COMP_get_name(const COMP_METHOD *meth) in COMP_get_name()
HDc_zlib.c21 COMP_METHOD *COMP_zlib(void);
23 static COMP_METHOD zlib_method_nozlib = {
62 static COMP_METHOD zlib_stateful_method = {
246 COMP_METHOD *COMP_zlib(void) in COMP_zlib()
248 COMP_METHOD *meth = &zlib_method_nozlib; in COMP_zlib()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_COMP_add_compression_method.pod13 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_ciph.c458 COMP_METHOD *method = COMP_zlib(); in DEFINE_RUN_ONCE_STATIC()
1992 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method()
2024 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method()
2067 const char *SSL_COMP_get_name(const COMP_METHOD *comp) in SSL_COMP_get_name()
HDs3_enc.c96 COMP_METHOD *comp; in ssl3_change_cipher_state()
HDssl_local.h708 COMP_METHOD *method;
2132 COMP_METHOD *method; /* The method :-) */
HDssl_lib.c4255 const COMP_METHOD *SSL_get_current_compression(const SSL *s) in SSL_get_current_compression()
4264 const COMP_METHOD *SSL_get_current_expansion(const SSL *s) in SSL_get_current_expansion()
/freebsd-14-stable/crypto/openssl/util/
HDindent.pro159 -T COMP_METHOD
/freebsd-14-stable/crypto/openssl/test/
HDssl_old_test.c914 COMP_METHOD *cm = NULL; in main()
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c3139 const COMP_METHOD *comp, *expansion; in print_stuff()