Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dcompress.c173 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
/Linux-v4.19/drivers/block/zram/
Dzcomp.c156 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
/Linux-v4.19/net/xfrm/
Dxfrm_ipcomp.c51 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
/Linux-v4.19/mm/
Dzswap.c902 ret = crypto_comp_decompress(tfm, src, entry->length, in zswap_writeback_entry()
1171 ret = crypto_comp_decompress(tfm, src, entry->length, dst, &dlen); in zswap_frontswap_load()
/Linux-v4.19/fs/pstore/
Dplatform.c266 ret = crypto_comp_decompress(tfm, in, inlen, out, &outlen); in pstore_decompress()
/Linux-v4.19/include/linux/
Dcrypto.h1660 static inline int crypto_comp_decompress(struct crypto_comp *tfm, in crypto_comp_decompress() function
/Linux-v4.19/crypto/
Dtestmgr.c1418 ret = crypto_comp_decompress(tfm, output, in test_comp()
1451 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()