Searched refs:crypto_comp_compress (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | compress.c | 110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
|
/Linux-v4.19/drivers/block/zram/ |
D | zcomp.c | 146 return crypto_comp_compress(zstrm->tfm, in zcomp_compress()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_ipcomp.c | 151 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
|
/Linux-v4.19/fs/pstore/ |
D | platform.c | 252 ret = crypto_comp_compress(tfm, in, inlen, out, &outlen); in pstore_compress()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 1652 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress() function
|
/Linux-v4.19/mm/ |
D | zswap.c | 1072 ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen); in zswap_frontswap_store()
|
/Linux-v4.19/crypto/ |
D | testmgr.c | 1407 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
|