crypto_alloc_acomp
EXPORT_SYMBOL_GPL(crypto_alloc_acomp);
fb = crypto_alloc_acomp(crypto_acomp_alg_name(acomp), 0,
acomp = crypto_alloc_acomp(driver, type, mask);
tfm = crypto_alloc_acomp(e->crypto_name, 0, 0);
compr->cc = crypto_alloc_acomp(compr->capi_name, 0, 0);
struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
data[thr].cc = crypto_alloc_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC);
data[thr].cc = crypto_alloc_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC);
ipcd->tfm = crypto_alloc_acomp(x->calg->alg_name, 0, 0);