Home
last modified time | relevance | path

Searched refs:crypto_comp_compress (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/ubifs/
Dcompress.c116 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
/Linux-v5.4/drivers/block/zram/
Dzcomp.c143 return crypto_comp_compress(zstrm->tfm, in zcomp_compress()
/Linux-v5.4/net/xfrm/
Dxfrm_ipcomp.c147 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
/Linux-v5.4/fs/pstore/
Dplatform.c278 ret = crypto_comp_compress(tfm, in, inlen, out, &outlen); in pstore_compress()
/Linux-v5.4/mm/
Dzswap.c1063 ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen); in zswap_frontswap_store()
/Linux-v5.4/include/linux/
Dcrypto.h1834 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress() function
/Linux-v5.4/crypto/
Dtestmgr.c2926 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()