Searched refs:crypto_alloc_comp (Results 1 – 5 of 5) sorted by relevance
200 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
51 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init()
501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
292 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
3707 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()