Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
Dcompress.c202 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/linux-6.12.1/include/linux/
Dcrypto.h501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/linux-6.12.1/net/xfrm/
Dxfrm_ipcomp.c292 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/linux-6.12.1/kernel/power/
Dswap.c748 data[thr].cc = crypto_alloc_comp(hib_comp_algo, 0, 0); in save_compressed_image()
1257 data[thr].cc = crypto_alloc_comp(hib_comp_algo, 0, 0); in load_compressed_image()
/linux-6.12.1/drivers/crypto/intel/iaa/
Diaa_crypto_main.c2016 deflate_generic_tfm = crypto_alloc_comp("deflate-generic", 0, 0); in iaa_crypto_init_module()
/linux-6.12.1/crypto/
Dtestmgr.c3740 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()