Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dacompress.c84 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 Dtestmgr.c3584 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp()
/linux-6.15/fs/ubifs/
H A Dcompress.c326 compr->cc = crypto_alloc_acomp(compr->capi_name, 0, 0); in compr_init()
/linux-6.15/net/xfrm/
H A Dxfrm_ipcomp.c344 ipcd->tfm = crypto_alloc_acomp(x->calg->alg_name, 0, 0); in ipcomp_init_state()
/linux-6.15/include/crypto/
H A Dacompress.h165 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type,
/linux-6.15/kernel/power/
H A Dswap.c751 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()