Searched refs:COMP_METHOD (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dcomp.h24 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
25 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
27 int COMP_get_type(const COMP_METHOD *meth);
28 const char *COMP_get_name(const COMP_METHOD *meth);
36 COMP_METHOD *COMP_zlib(void);
H A Dossl_typ.h152 typedef struct comp_method_st COMP_METHOD; typedef in typeref:struct:comp_method_st
H A Dssl.h2088 __owur const COMP_METHOD *SSL_get_current_compression(const SSL *s);
2089 __owur const COMP_METHOD *SSL_get_current_expansion(const SSL *s);
2090 __owur const char *SSL_COMP_get_name(const COMP_METHOD *comp);
2099 __owur int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
/freebsd-13-stable/crypto/openssl/crypto/comp/
H A Dcomp_lib.c18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth)
34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx)
39 int COMP_get_type(const COMP_METHOD *meth)
44 const char *COMP_get_name(const COMP_METHOD *meth)
H A Dc_zlib.c20 COMP_METHOD *COMP_zlib(void);
22 static COMP_METHOD zlib_method_nozlib = {
61 static COMP_METHOD zlib_stateful_method = {
209 COMP_METHOD *COMP_zlib(void)
211 COMP_METHOD *meth = &zlib_method_nozlib;
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_ciph.c461 COMP_METHOD *method = COMP_zlib();
1929 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm)
1961 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm)
2011 const char *SSL_COMP_get_name(const COMP_METHOD *comp)
H A Ds3_enc.c97 COMP_METHOD *comp;
H A Dssl_local.h658 COMP_METHOD *method;
2009 COMP_METHOD *method; /* The method :-) */
H A Dssl_lib.c4043 const COMP_METHOD *SSL_get_current_compression(const SSL *s)
4052 const COMP_METHOD *SSL_get_current_expansion(const SSL *s)
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_client.c3180 const COMP_METHOD *comp, *expansion;

Completed in 204 milliseconds