Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dcompress.c110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
/Linux-v4.19/drivers/block/zram/
Dzcomp.c146 return crypto_comp_compress(zstrm->tfm, in zcomp_compress()
/Linux-v4.19/net/xfrm/
Dxfrm_ipcomp.c151 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
/Linux-v4.19/fs/pstore/
Dplatform.c252 ret = crypto_comp_compress(tfm, in, inlen, out, &outlen); in pstore_compress()
/Linux-v4.19/include/linux/
Dcrypto.h1652 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress() function
/Linux-v4.19/mm/
Dzswap.c1072 ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen); in zswap_frontswap_store()
/Linux-v4.19/crypto/
Dtestmgr.c1407 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()