Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ubifs/
Dcompress.c194 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/linux-4.1.27/net/xfrm/
Dxfrm_ipcomp.c307 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/linux-4.1.27/mm/
Dzswap.c348 tfm = crypto_alloc_comp(zswap_compressor, 0, 0); in __zswap_cpu_notifier()
/linux-4.1.27/include/linux/
Dcrypto.h2346 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/linux-4.1.27/crypto/
Dtestmgr.c1595 tfm = crypto_alloc_comp(driver, type, mask); in alg_test_comp()