Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dcompress.c23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function
32 EXPORT_SYMBOL_GPL(crypto_comp_decompress);
Dtestmgr.c3222 ret = crypto_comp_decompress(tfm, output, in test_comp()
3255 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
/Linux-v5.10/fs/ubifs/
Dcompress.c179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
/Linux-v5.10/drivers/block/zram/
Dzcomp.c150 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
/Linux-v5.10/net/xfrm/
Dxfrm_ipcomp.c47 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
/Linux-v5.10/include/linux/
Dcrypto.h948 int crypto_comp_decompress(struct crypto_comp *tfm,
/Linux-v5.10/mm/
Dzswap.c923 ret = crypto_comp_decompress(tfm, src, entry->length, in zswap_writeback_entry()
1180 ret = crypto_comp_decompress(tfm, src, entry->length, dst, &dlen); in zswap_frontswap_load()
/Linux-v5.10/fs/pstore/
Dplatform.c697 ret = crypto_comp_decompress(tfm, record->buf, record->size, in decompress_record()