Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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);
26 int COMP_CTX_get_type(const COMP_CTX* comp);
29 void COMP_CTX_free(COMP_CTX *ctx);
31 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
33 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dossl_typ.h151 typedef struct comp_ctx_st COMP_CTX; typedef
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcomp.h30 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,
H A Dtypes.h187 typedef struct comp_ctx_st COMP_CTX; typedef
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dcomp_lib.c18 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()
H A Dcomp_local.h13 int (*init) (COMP_CTX *ctx);
14 void (*finish) (COMP_CTX *ctx);
15 int (*compress) (COMP_CTX *ctx,
18 int (*expand) (COMP_CTX *ctx,
H A Dc_zlib.c38 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/comp/
H A Dcomp_lib.c18 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()
H A Dcomp_local.h13 int (*init) (COMP_CTX *ctx);
14 void (*finish) (COMP_CTX *ctx);
15 int (*compress) (COMP_CTX *ctx,
18 int (*expand) (COMP_CTX *ctx,
H A Dc_zlib.c37 static int zlib_stateful_init(COMP_CTX *ctx);
38 static void zlib_stateful_finish(COMP_CTX *ctx);
39 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out,
42 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h1160 COMP_CTX *compress; /* compression */
1161 COMP_CTX *expand; /* uncompress */
1720 COMP_CTX *compress; /* compression */
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h1476 COMP_CTX *compress; /* compression */
1477 COMP_CTX *expand; /* uncompress */
1856 COMP_CTX *compress; /* compression */
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dindent.pro158 -T COMP_CTX
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dindent.pro159 -T COMP_CTX