Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dacompress.c155 struct acomp_req *acomp_request_alloc(struct crypto_acomp *acomp) in acomp_request_alloc() function
166 EXPORT_SYMBOL_GPL(acomp_request_alloc);
H A Dtestmgr.c3443 req = acomp_request_alloc(tfm); in test_acomp()
3535 req = acomp_request_alloc(tfm); in test_acomp()
/openbmc/linux/include/crypto/
H A Dacompress.h196 struct acomp_req *acomp_request_alloc(struct crypto_acomp *tfm);
/openbmc/linux/mm/
H A Dzswap.c504 req = acomp_request_alloc(acomp_ctx->acomp); in zswap_cpu_comp_prepare()