Searched refs:COMP_METHOD (Results 1 – 5 of 5) sorted by relevance
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);
200 typedef struct comp_method_st COMP_METHOD; typedef
2239 __owur const COMP_METHOD *SSL_get_current_compression(const SSL *s);2240 __owur const COMP_METHOD *SSL_get_current_expansion(const SSL *s);2241 __owur const char *SSL_COMP_get_name(const COMP_METHOD *comp);2250 __owur int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
21 COMP_METHOD *method;
131 COMP_METHOD *comp,290 const COMP_METHOD *(*get_compression)(OSSL_RECORD_LAYER *rl);
Completed in 23 milliseconds