Searched refs:crypto_alloc_comp (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | compress.c | 200 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
|
/linux-6.1.9/drivers/block/zram/ |
D | zcomp.c | 51 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init()
|
/linux-6.1.9/net/xfrm/ |
D | xfrm_ipcomp.c | 295 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
|
/linux-6.1.9/include/linux/ |
D | crypto.h | 733 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
|
/linux-6.1.9/fs/pstore/ |
D | platform.c | 318 ctx = crypto_alloc_comp(zbackend->name, 0, 0); in allocate_buf_for_compression()
|
/linux-6.1.9/crypto/ |
D | testmgr.c | 3627 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()
|