Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/openssl/include/openssl/
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,
A Ddtls1.h139 COMP_CTX *compress; /* compression */
A Dssl.h1517 COMP_CTX *expand; /* uncompress */
1524 COMP_CTX *compress; /* compression */

Completed in 15 milliseconds