Home
last modified time | relevance | path

Searched refs:crypto_pcomp (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/crypto/
Dcompress.h53 struct crypto_pcomp { struct
58 int (*compress_setup)(struct crypto_pcomp *tfm, void *params, argument
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,
67 int (*decompress_init)(struct crypto_pcomp *tfm);
68 int (*decompress_update)(struct crypto_pcomp *tfm,
70 int (*decompress_final)(struct crypto_pcomp *tfm,
76 extern struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type,
[all …]
/linux-2.6.39/crypto/
Dzlib.c82 static int zlib_compress_setup(struct crypto_pcomp *tfm, void *params, in zlib_compress_setup()
131 static int zlib_compress_init(struct crypto_pcomp *tfm) in zlib_compress_init()
144 static int zlib_compress_update(struct crypto_pcomp *tfm, in zlib_compress_update()
182 static int zlib_compress_final(struct crypto_pcomp *tfm, in zlib_compress_final()
213 static int zlib_decompress_setup(struct crypto_pcomp *tfm, void *params, in zlib_decompress_setup()
245 static int zlib_decompress_init(struct crypto_pcomp *tfm) in zlib_decompress_init()
258 static int zlib_decompress_update(struct crypto_pcomp *tfm, in zlib_decompress_update()
297 static int zlib_decompress_final(struct crypto_pcomp *tfm, in zlib_decompress_final()
Dpcompress.c66 .tfmsize = offsetof(struct crypto_pcomp, base),
69 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, in crypto_alloc_pcomp()
Dtestmgr.c1067 static int test_pcomp(struct crypto_pcomp *tfm, in test_pcomp()
1417 struct crypto_pcomp *tfm; in alg_test_pcomp()