Searched defs:COMP_CTX (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/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,
/external/chromium_org/third_party/openssl/openssl/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,
/external/openssl/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,
/external/openssl/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,

Completed in 173 milliseconds