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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dcompress.h53 struct crypto_pcomp { 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,
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_pcom
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dpcompress.c66 .tfmsize = offsetof(struct crypto_pcomp, base),
69 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type,
H A Dzlib.c62 static int zlib_compress_setup(struct crypto_pcomp *tfm, void *params,
108 static int zlib_compress_init(struct crypto_pcomp *tfm)
121 static int zlib_compress_update(struct crypto_pcomp *tfm,
159 static int zlib_compress_final(struct crypto_pcomp *tfm,
190 static int zlib_decompress_setup(struct crypto_pcomp *tfm, void *params,
222 static int zlib_decompress_init(struct crypto_pcomp *tfm)
235 static int zlib_decompress_update(struct crypto_pcomp *tfm,
274 static int zlib_decompress_final(struct crypto_pcomp *tfm,
H A Dtestmgr.c1060 static int test_pcomp(struct crypto_pcomp *tfm,
1410 struct crypto_pcomp *tfm;

Completed in 51 milliseconds