Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dcompress.c202 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
/linux/include/linux/
H A Dcrypto.h501 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
/linux/net/xfrm/
H A Dxfrm_ipcomp.c292 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
/linux/kernel/power/
H A 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/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c2026 deflate_generic_tfm = crypto_alloc_comp("deflate-generic", 0, 0); in iaa_crypto_init_module()
/linux/crypto/
H A Dtestmgr.c3736 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()