Searched refs:COMP_CTX (Results 1 – 7 of 7) sorted by relevance
/openssl-master/include/openssl/ |
A D | comp.h | 30 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 31 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 32 int COMP_CTX_get_type(const COMP_CTX* comp); 35 void COMP_CTX_free(COMP_CTX *ctx); 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 39 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
A D | types.h | 187 typedef struct comp_ctx_st COMP_CTX; typedef
|
/openssl-master/crypto/comp/ |
A D | comp_lib.c | 18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new() 20 COMP_CTX *ret; in COMP_CTX_new() 34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() 49 void COMP_CTX_free(COMP_CTX *ctx) in COMP_CTX_free() 59 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_compress_block() 74 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_expand_block() 90 int COMP_CTX_get_type(const COMP_CTX* comp) in COMP_CTX_get_type()
|
A D | comp_local.h | 13 int (*init) (COMP_CTX *ctx); 14 void (*finish) (COMP_CTX *ctx); 15 int (*compress) (COMP_CTX *ctx, 18 int (*expand) (COMP_CTX *ctx,
|
A D | c_zlib.c | 38 static int zlib_stateful_init(COMP_CTX *ctx); 39 static void zlib_stateful_finish(COMP_CTX *ctx); 40 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 43 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, 123 static int zlib_stateful_init(COMP_CTX *ctx) in zlib_stateful_init() 157 static void zlib_stateful_finish(COMP_CTX *ctx) in zlib_stateful_finish() 165 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, in zlib_stateful_compress_block() 186 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, in zlib_stateful_expand_block()
|
/openssl-master/ssl/ |
A D | ssl_local.h | 1470 COMP_CTX *compress; /* compression */ 1471 COMP_CTX *expand; /* uncompress */ 1850 COMP_CTX *compress; /* compression */
|
/openssl-master/util/ |
A D | indent.pro | 158 -T COMP_CTX
|
Completed in 21 milliseconds