Searched refs:crypto_alloc_comp (Results 1 – 5 of 5) sorted by relevance
194 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
307 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
348 tfm = crypto_alloc_comp(zswap_compressor, 0, 0); in __zswap_cpu_notifier()
2346 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
1595 tfm = crypto_alloc_comp(driver, type, mask); in alg_test_comp()