Searched refs:crypto_comp_decompress (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/crypto/ |
D | compress.c | 23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function 32 EXPORT_SYMBOL_GPL(crypto_comp_decompress);
|
D | testmgr.c | 3366 ret = crypto_comp_decompress(tfm, output, in test_comp() 3399 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
|
/linux-6.12.1/fs/ubifs/ |
D | compress.c | 181 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
|
/linux-6.12.1/include/linux/ |
D | crypto.h | 539 int crypto_comp_decompress(struct crypto_comp *tfm,
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_ipcomp.c | 46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
|
/linux-6.12.1/kernel/power/ |
D | swap.c | 1178 d->ret = crypto_comp_decompress(d->cc, d->cmp + CMP_HEADER, d->cmp_len, in decompress_threadfn()
|
/linux-6.12.1/drivers/crypto/intel/iaa/ |
D | iaa_crypto_main.c | 1000 ret = crypto_comp_decompress(deflate_generic_tfm, in deflate_generic_decompress()
|