Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ubifs/
Dcompress.c200 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/Linux-v5.15/drivers/block/zram/
Dzcomp.c51 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init()
/Linux-v5.15/net/xfrm/
Dxfrm_ipcomp.c294 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/Linux-v5.15/include/linux/
Dcrypto.h724 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/Linux-v5.15/fs/pstore/
Dplatform.c317 ctx = crypto_alloc_comp(zbackend->name, 0, 0); in allocate_buf_for_compression()
/Linux-v5.15/crypto/
Dtestmgr.c3547 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()