Home
last modified time | relevance | path

Searched defs:comp_method_st (Results 1 – 3 of 3) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dcomp.h13 typedef struct comp_method_st { struct
14 int type; /* NID for compression library */
15 const char *name; /* A text string to identify the library */
16 int (*init) (COMP_CTX *ctx);
17 void (*finish) (COMP_CTX *ctx);
18 int (*compress) (COMP_CTX *ctx,
21 int (*expand) (COMP_CTX *ctx,
27 long (*ctrl) (void);
28 long (*callback_ctrl) (void);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/comp/
H A Dcomp_local.h10 struct comp_method_st { struct
24 struct comp_method_st *meth; argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dcomp_local.h10 struct comp_method_st { struct
24 struct comp_method_st *meth; argument