Searched refs:crypto_comp_compress (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/crypto/ |
D | compress.c | 12 int crypto_comp_compress(struct crypto_comp *comp, in crypto_comp_compress() function 21 EXPORT_SYMBOL_GPL(crypto_comp_compress);
|
D | testmgr.c | 3211 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
|
/Linux-v5.10/fs/ubifs/ |
D | compress.c | 116 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
|
/Linux-v5.10/drivers/block/zram/ |
D | zcomp.c | 140 return crypto_comp_compress(zstrm->tfm, in zcomp_compress()
|
/Linux-v5.10/net/xfrm/ |
D | xfrm_ipcomp.c | 147 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
|
/Linux-v5.10/include/linux/ |
D | crypto.h | 944 int crypto_comp_compress(struct crypto_comp *tfm,
|
/Linux-v5.10/fs/pstore/ |
D | platform.c | 275 ret = crypto_comp_compress(tfm, in, inlen, out, &outlen); in pstore_compress()
|
/Linux-v5.10/mm/ |
D | zswap.c | 1080 ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen); in zswap_frontswap_store()
|