Home
last modified time | relevance | path

Searched refs:acomp_request_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/crypto/
Dacompress.c120 struct acomp_req *acomp_request_alloc(struct crypto_acomp *acomp) in acomp_request_alloc() function
131 EXPORT_SYMBOL_GPL(acomp_request_alloc);
Dtestmgr.c3312 req = acomp_request_alloc(tfm); in test_acomp()
3389 req = acomp_request_alloc(tfm); in test_acomp()
/Linux-v5.15/include/crypto/
Dacompress.h192 struct acomp_req *acomp_request_alloc(struct crypto_acomp *tfm);
/Linux-v5.15/mm/
Dzswap.c460 req = acomp_request_alloc(acomp_ctx->acomp); in zswap_cpu_comp_prepare()