Searched refs:crypto_comp_decompress (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/crypto/ |
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);
|
A D | testmgr.c | 3265 ret = crypto_comp_decompress(tfm, output, in test_comp() 3298 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
|
/linux-6.3-rc2/fs/ubifs/ |
A D | compress.c | 179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
|
/linux-6.3-rc2/drivers/block/zram/ |
A D | zcomp.c | 146 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_ipcomp.c | 46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
|
/linux-6.3-rc2/include/linux/ |
A D | crypto.h | 766 int crypto_comp_decompress(struct crypto_comp *tfm,
|
/linux-6.3-rc2/fs/pstore/ |
A D | platform.c | 713 ret = crypto_comp_decompress(tfm, record->buf, record->size, in decompress_record()
|
Completed in 17 milliseconds