Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dacompress.c265 err = crypto_acomp_decompress(fbreq); in acomp_do_nondma()
376 int crypto_acomp_decompress(struct acomp_req *req) in crypto_acomp_decompress() function
380 EXPORT_SYMBOL_GPL(crypto_acomp_decompress);
H A Dtestmgr.c3391 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
3452 ret = crypto_wait_req(crypto_acomp_decompress(req), &wait); in test_acomp()
/linux-6.15/fs/ubifs/
H A Dcompress.c209 err = crypto_acomp_decompress(req); in ubifs_decompress_req()
/linux-6.15/net/xfrm/
H A Dxfrm_ipcomp.c210 err = crypto_acomp_decompress(req); in ipcomp_decompress()
/linux-6.15/include/crypto/
H A Dacompress.h587 int crypto_acomp_decompress(struct acomp_req *req);
/linux-6.15/mm/
H A Dzswap.c1032 decomp_ret = crypto_wait_req(crypto_acomp_decompress(acomp_ctx->req), &acomp_ctx->wait); in zswap_decompress()
/linux-6.15/kernel/power/
H A Dswap.c1192 d->ret = crypto_acomp_decompress(d->cr); in decompress_threadfn()
/linux-6.15/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1008 ret = crypto_acomp_decompress(fbreq); in deflate_generic_decompress()