Home
last modified time | relevance | path

Searched refs:crypto_alloc_comp (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/ubifs/
Dcompress.c194 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/linux-4.4.14/net/xfrm/
Dxfrm_ipcomp.c307 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/linux-4.4.14/include/linux/
Dcrypto.h1819 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/linux-4.4.14/mm/
Dzswap.c430 tfm = crypto_alloc_comp(pool->tfm_name, 0, 0); in __zswap_cpu_comp_notifier()
/linux-4.4.14/crypto/
Dtestmgr.c1627 tfm = crypto_alloc_comp(driver, type, mask); in alg_test_comp()