| /freebsd/crypto/openssl/include/openssl/ |
| H A D | comp.h.in | 35 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 36 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 38 int COMP_get_type(const COMP_METHOD *meth); 39 const char *COMP_get_name(const COMP_METHOD *meth); 47 COMP_METHOD *COMP_zlib(void); 48 COMP_METHOD *COMP_zlib_oneshot(void); 49 COMP_METHOD *COMP_brotli(void); 50 COMP_METHOD *COMP_brotli_oneshot(void); 51 COMP_METHOD *COMP_zstd(void); 52 COMP_METHOD *COMP_zstd_oneshot(void);
|
| H A D | comp.h | 33 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 36 int COMP_get_type(const COMP_METHOD *meth); 37 const char *COMP_get_name(const COMP_METHOD *meth); 45 COMP_METHOD *COMP_zlib(void); 46 COMP_METHOD *COMP_zlib_oneshot(void); 47 COMP_METHOD *COMP_brotli(void); 48 COMP_METHOD *COMP_brotli_oneshot(void); 49 COMP_METHOD *COMP_zstd(void); 50 COMP_METHOD *COMP_zstd_oneshot(void);
|
| H A D | types.h | 200 typedef struct comp_method_st COMP_METHOD; typedef
|
| H A D | ssl.h | 2287 __owur const COMP_METHOD *SSL_get_current_compression(const SSL *s); 2288 __owur const COMP_METHOD *SSL_get_current_expansion(const SSL *s); 2289 __owur const char *SSL_COMP_get_name(const COMP_METHOD *comp); 2300 __owur int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | COMP_CTX_new.pod | 28 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 30 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 32 int COMP_get_type(const COMP_METHOD *meth); 33 const char *COMP_get_name(const COMP_METHOD *meth); 40 COMP_METHOD *COMP_zlib(void); 41 COMP_METHOD *COMP_zlib_oneshot(void); 42 COMP_METHOD *COMP_brotli(void); 43 COMP_METHOD *COMP_brotli_oneshot(void); 44 COMP_METHOD *COMP_zstd(void); 45 COMP_METHOD *COMP_zstd_oneshot(void); [all …]
|
| H A D | SSL_COMP_add_compression_method.pod | 13 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
|
| /freebsd/crypto/openssl/crypto/comp/ |
| H A D | comp_lib.c | 18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new() 35 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() 40 int COMP_get_type(const COMP_METHOD *meth) in COMP_get_type() 47 const char *COMP_get_name(const COMP_METHOD *meth) in COMP_get_name()
|
| H A D | c_zlib.c | 21 COMP_METHOD *COMP_zlib(void); 52 static COMP_METHOD zlib_stateful_method = { 260 static COMP_METHOD zlib_oneshot_method = { 309 COMP_METHOD *COMP_zlib(void) in COMP_zlib() 311 COMP_METHOD *meth = NULL; in COMP_zlib() 321 COMP_METHOD *COMP_zlib_oneshot(void) in COMP_zlib_oneshot() 323 COMP_METHOD *meth = NULL; in COMP_zlib_oneshot()
|
| H A D | c_zstd.c | 26 COMP_METHOD *COMP_zstd(void); 286 static COMP_METHOD zstd_stateful_method = { 350 static COMP_METHOD zstd_oneshot_method = { 403 COMP_METHOD *COMP_zstd(void) in COMP_zstd() 405 COMP_METHOD *meth = NULL; in COMP_zstd() 414 COMP_METHOD *COMP_zstd_oneshot(void) in COMP_zstd_oneshot() 416 COMP_METHOD *meth = NULL; in COMP_zstd_oneshot()
|
| H A D | c_brotli.c | 23 COMP_METHOD *COMP_brotli(void); 211 static COMP_METHOD brotli_stateful_method = { 274 static COMP_METHOD brotli_oneshot_method = { 329 COMP_METHOD *COMP_brotli(void) in COMP_brotli() 331 COMP_METHOD *meth = NULL; in COMP_brotli() 340 COMP_METHOD *COMP_brotli_oneshot(void) in COMP_brotli_oneshot() 342 COMP_METHOD *meth = NULL; in COMP_brotli_oneshot()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | recordmethod.h | 130 COMP_METHOD *comp, 289 const COMP_METHOD *(*get_compression)(OSSL_RECORD_LAYER *rl);
|
| H A D | comp.h | 21 COMP_METHOD *method;
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | comp_methods.c | 33 COMP_METHOD *method = COMP_zlib(); in STACK_OF()
|
| /freebsd/crypto/openssl/ssl/record/methods/ |
| H A D | recmethod_local.h | 107 COMP_METHOD *comp); 441 const EVP_MD *md, COMP_METHOD *comp, BIO *prev, 469 const COMP_METHOD *tls_get_compression(OSSL_RECORD_LAYER *rl);
|
| H A D | tlsany_meth.c | 25 COMP_METHOD *comp) in tls_any_set_crypto_state()
|
| H A D | ktls_meth.c | 294 COMP_METHOD *comp) in ktls_set_crypto_state() 406 const EVP_MD *md, COMP_METHOD *comp, in ktls_new_record_layer()
|
| H A D | ssl3_meth.c | 25 COMP_METHOD *comp) in ssl3_set_crypto_state()
|
| H A D | tls13_meth.c | 24 COMP_METHOD *comp) in tls13_set_crypto_state()
|
| H A D | tls_common.c | 1256 const EVP_MD *md, COMP_METHOD *comp, BIO *prev, in tls_int_new_record_layer() 1399 const EVP_MD *md, COMP_METHOD *comp, in tls_new_record_layer() 2060 const COMP_METHOD *tls_get_compression(OSSL_RECORD_LAYER *rl) in tls_get_compression()
|
| H A D | dtls_meth.c | 638 const EVP_MD *md, COMP_METHOD *comp, in dtls_new_record_layer()
|
| H A D | tls1_meth.c | 27 COMP_METHOD *comp) in tls1_set_crypto_state()
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tls.c | 106 const EVP_MD *md, COMP_METHOD *comp, in quic_new_record_layer() 505 static const COMP_METHOD *quic_get_compression(OSSL_RECORD_LAYER *rl) in quic_get_compression()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_cert_comp.c | 95 COMP_METHOD *method; in OSSL_COMP_CERT_from_uncompressed_data()
|
| H A D | ssl_ciph.c | 1959 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method() 1995 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method() 2041 const char *SSL_COMP_get_name(const COMP_METHOD *comp) in SSL_COMP_get_name()
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 159 -T COMP_METHOD
|