Searched refs:crypto_alloc_acomp (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | acompress.c | 84 fb = crypto_alloc_acomp(crypto_acomp_alg_name(acomp), 0, in crypto_acomp_init_tfm() 141 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() function 146 EXPORT_SYMBOL_GPL(crypto_alloc_acomp);
|
| H A D | testmgr.c | 3584 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp()
|
| /linux-6.15/fs/ubifs/ |
| H A D | compress.c | 326 compr->cc = crypto_alloc_acomp(compr->capi_name, 0, 0); in compr_init()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_ipcomp.c | 344 ipcd->tfm = crypto_alloc_acomp(x->calg->alg_name, 0, 0); in ipcomp_init_state()
|
| /linux-6.15/include/crypto/ |
| H A D | acompress.h | 165 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
|
| /linux-6.15/kernel/power/ |
| H A D | swap.c | 751 data[thr].cc = crypto_alloc_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC); in save_compressed_image() 1270 data[thr].cc = crypto_alloc_acomp(hib_comp_algo, 0, CRYPTO_ALG_ASYNC); in load_compressed_image()
|