Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dcomp.h15 typedef struct comp_ctx_st COMP_CTX; typedef
20 int (*init) (COMP_CTX *ctx);
21 void (*finish) (COMP_CTX *ctx);
22 int (*compress) (COMP_CTX *ctx,
25 int (*expand) (COMP_CTX *ctx,
44 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
45 void COMP_CTX_free(COMP_CTX *ctx);
46 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
48 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
H A Ddtls1.h139 COMP_CTX *compress; /* compression */
H A Dssl.h1517 COMP_CTX *expand; /* uncompress */
1524 COMP_CTX *compress; /* compression */