Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ubifs/
Dcompress.c200 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/Linux-v6.6/drivers/block/zram/
Dzcomp.c51 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init()
/Linux-v6.6/include/linux/
Dcrypto.h501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/Linux-v6.6/net/xfrm/
Dxfrm_ipcomp.c292 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/Linux-v6.6/crypto/
Dtestmgr.c3707 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()