Home
last modified time | relevance | path

Searched refs:crypto_alloc_acomp (Results 1 – 2 of 2) sorted by relevance

/linux/crypto/
H A Dacompress.c90 fb = crypto_alloc_acomp(crypto_acomp_alg_name(acomp), 0, in crypto_acomp_init_tfm()
148 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() function
153 EXPORT_SYMBOL_GPL(crypto_alloc_acomp);
/linux/net/xfrm/
H A Dxfrm_ipcomp.c347 ipcd->tfm = crypto_alloc_acomp(x->calg->alg_name, 0, 0); in ipcomp_init_state()