Searched refs:crypto_alloc_comp (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/ubifs/ |
D | compress.c | 202 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
|
/linux-6.12.1/include/linux/ |
D | crypto.h | 501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_ipcomp.c | 292 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
|
/linux-6.12.1/kernel/power/ |
D | swap.c | 748 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/ |
D | iaa_crypto_main.c | 2016 deflate_generic_tfm = crypto_alloc_comp("deflate-generic", 0, 0); in iaa_crypto_init_module()
|
/linux-6.12.1/crypto/ |
D | testmgr.c | 3740 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()
|