Searched refs:crypto_alloc_comp (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ubifs/ |
A D | compress.c | 200 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
|
/linux/drivers/block/zram/ |
A D | zcomp.c | 51 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init()
|
/linux/net/xfrm/ |
A D | xfrm_ipcomp.c | 294 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
|
/linux/include/linux/ |
A D | crypto.h | 724 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
|
/linux/fs/pstore/ |
A D | platform.c | 317 ctx = crypto_alloc_comp(zbackend->name, 0, 0); in allocate_buf_for_compression()
|
/linux/crypto/ |
A D | testmgr.c | 3547 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()
|
Completed in 17 milliseconds