Searched refs:crypto_pcomp (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | compress.h | 53 struct crypto_pcomp { struct 58 int (*compress_setup)(struct crypto_pcomp *tfm, const 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, const 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-4.4.14/crypto/ |
D | zlib.c | 81 static int zlib_compress_setup(struct crypto_pcomp *tfm, const void *params, in zlib_compress_setup() 130 static int zlib_compress_init(struct crypto_pcomp *tfm) in zlib_compress_init() 143 static int zlib_compress_update(struct crypto_pcomp *tfm, in zlib_compress_update() 181 static int zlib_compress_final(struct crypto_pcomp *tfm, in zlib_compress_final() 212 static int zlib_decompress_setup(struct crypto_pcomp *tfm, const void *params, in zlib_decompress_setup() 244 static int zlib_decompress_init(struct crypto_pcomp *tfm) in zlib_decompress_init() 257 static int zlib_decompress_update(struct crypto_pcomp *tfm, in zlib_decompress_update() 296 static int zlib_decompress_final(struct crypto_pcomp *tfm, in zlib_decompress_final()
|
D | pcompress.c | 85 .tfmsize = offsetof(struct crypto_pcomp, base), 88 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, in crypto_alloc_pcomp()
|
D | testmgr.c | 1296 static int test_pcomp(struct crypto_pcomp *tfm, in test_pcomp() 1646 struct crypto_pcomp *tfm; in alg_test_pcomp()
|