Searched refs:crypto_comp_compress (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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 | 3195 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
|
| /Linux-v5.15/fs/ubifs/ |
| D | compress.c | 116 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
|
| /Linux-v5.15/drivers/block/zram/ |
| D | zcomp.c | 142 return crypto_comp_compress(zstrm->tfm, in zcomp_compress()
|
| /Linux-v5.15/net/xfrm/ |
| D | xfrm_ipcomp.c | 138 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
|
| /Linux-v5.15/include/linux/ |
| D | crypto.h | 758 int crypto_comp_compress(struct crypto_comp *tfm,
|
| /Linux-v5.15/fs/pstore/ |
| D | platform.c | 275 ret = crypto_comp_compress(tfm, in, inlen, out, &outlen); in pstore_compress()
|