Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dacompress.c126 struct acomp_req *acomp_request_alloc(struct crypto_acomp *acomp) in acomp_request_alloc() function
137 EXPORT_SYMBOL_GPL(acomp_request_alloc);
Dtestmgr.c3472 req = acomp_request_alloc(tfm); in test_acomp()
3564 req = acomp_request_alloc(tfm); in test_acomp()
/linux-6.12.1/include/crypto/
Dacompress.h178 struct acomp_req *acomp_request_alloc(struct crypto_acomp *tfm);
/linux-6.12.1/mm/
Dzswap.c835 req = acomp_request_alloc(acomp_ctx->acomp); in zswap_cpu_comp_prepare()