Searched refs:crypto_comp_decompress (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | compress.c | 23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function 32 EXPORT_SYMBOL_GPL(crypto_comp_decompress); variable
|
H A D | testmgr.c | 3222 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 D | compress.c | 23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function 32 EXPORT_SYMBOL_GPL(crypto_comp_decompress); variable
|
H A D | testmgr.c | 3337 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 D | zcomp.c | 144 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | compress.c | 179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | compress.c | 179 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 D | zcomp.c | 146 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | crypto.h | 539 int crypto_comp_decompress(struct crypto_comp *tfm,
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_ipcomp.c | 47 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_ipcomp.c | 46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 951 int crypto_comp_decompress(struct crypto_comp *tfm,
|
/kernel/linux/linux-5.10/mm/ |
H A D | zswap.c | 936 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 D | platform.c | 815 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