Home
last modified time | relevance | path

Searched refs:crypto_comp_decompress (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcompress.c23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function
32 EXPORT_SYMBOL_GPL(crypto_comp_decompress); variable
H A Dtestmgr.c3222 ret = crypto_comp_decompress(tfm, output, in test_comp()
3255 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
/kernel/linux/linux-6.6/crypto/
H A Dcompress.c23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function
32 EXPORT_SYMBOL_GPL(crypto_comp_decompress); variable
H A Dtestmgr.c3337 ret = crypto_comp_decompress(tfm, output, in test_comp()
3370 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
/kernel/linux/linux-5.10/drivers/block/zram/
H A Dzcomp.c144 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dcompress.c179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dcompress.c179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
/kernel/linux/linux-6.6/drivers/block/zram/
H A Dzcomp.c146 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
/kernel/linux/linux-6.6/include/linux/
H A Dcrypto.h539 int crypto_comp_decompress(struct crypto_comp *tfm,
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_ipcomp.c47 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_ipcomp.c46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h951 int crypto_comp_decompress(struct crypto_comp *tfm,
/kernel/linux/linux-5.10/mm/
H A Dzswap.c936 ret = crypto_comp_decompress(tfm, src, entry->length, in zswap_writeback_entry()
1213 ret = crypto_comp_decompress(tfm, src, entry->length, dst, &dlen); in zswap_frontswap_load()
/kernel/linux/linux-5.10/fs/pstore/
H A Dplatform.c815 ret = crypto_comp_decompress(tfm, record->buf, record->size, in decompress_record()
818 pr_err("crypto_comp_decompress failed, ret = %d!\n", ret); in decompress_record()

Completed in 26 milliseconds