Home
last modified time | relevance | path

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

/linux-3.3/include/crypto/
Dcompress.h57 struct pcomp_alg { struct
58 int (*compress_setup)(struct crypto_pcomp *tfm, void *params,
60 int (*compress_init)(struct crypto_pcomp *tfm);
61 int (*compress_update)(struct crypto_pcomp *tfm,
63 int (*compress_final)(struct crypto_pcomp *tfm,
65 int (*decompress_setup)(struct crypto_pcomp *tfm, void *params,
89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg() argument