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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcomp.h11 typedef struct comp_ctx_st COMP_CTX; typedef in typeref:struct:comp_ctx_st
17 int (*init)(COMP_CTX *ctx);
18 void (*finish)(COMP_CTX *ctx);
19 int (*compress)(COMP_CTX *ctx,
22 int (*expand)(COMP_CTX *ctx,
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
43 void COMP_CTX_free(COMP_CTX *ctx);
44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dssl.h913 COMP_CTX *expand; /* uncompress */
921 COMP_CTX *compress; /* compression */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dcomp.h11 typedef struct comp_ctx_st COMP_CTX; typedef in typeref:struct:comp_ctx_st
17 int (*init)(COMP_CTX *ctx);
18 void (*finish)(COMP_CTX *ctx);
19 int (*compress)(COMP_CTX *ctx,
22 int (*expand)(COMP_CTX *ctx,
42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
43 void COMP_CTX_free(COMP_CTX *ctx);
44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dcomp_lib.c7 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth)
9 COMP_CTX *ret;
11 if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL)
16 memset(ret,0,sizeof(COMP_CTX));
26 void COMP_CTX_free(COMP_CTX *ctx)
37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
55 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dc_rle.c7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
H A Dc_zlib.c27 static int zlib_stateful_init(COMP_CTX *ctx);
28 static void zlib_stateful_finish(COMP_CTX *ctx);
29 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out,
31 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out,
53 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out,
55 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out,
145 static int zlib_stateful_init(COMP_CTX *ctx)
186 static void zlib_stateful_finish(COMP_CTX *ctx)
191 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out,
218 static int zlib_stateful_expand_block(COMP_CTX *ct
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/comp/
H A Dcomp.h32 } COMP_CTX; typedef in typeref:struct:comp_ctx_st
35 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
36 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 Dcomp_lib.c7 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth)
9 COMP_CTX *ret;
11 if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL)
16 memset(ret,0,sizeof(COMP_CTX));
30 void COMP_CTX_free(COMP_CTX *ctx)
43 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
61 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Dc_rle.c7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
H A Dc_zlib.c27 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out,
29 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out,
93 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out,
126 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dcomp.h32 } COMP_CTX; typedef in typeref:struct:comp_ctx_st
35 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
36 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 Dssl.h868 COMP_CTX *expand; /* uncompress */
876 COMP_CTX *compress; /* compression */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl.h868 COMP_CTX *expand; /* uncompress */
876 COMP_CTX *compress; /* compression */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h913 COMP_CTX *expand; /* uncompress */
921 COMP_CTX *compress; /* compression */

Completed in 126 milliseconds