Searched refs:crypto_alloc_comp (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | compress.c | 200 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
|
| /OK3568_Linux_fs/kernel/drivers/block/zram/ |
| H A D | zcomp.c | 49 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | ubifs.c | 96 *crypto_alloc_comp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_comp() function 222 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_ipcomp.c | 304 struct crypto_comp *tfm = crypto_alloc_comp(alg_name, 0, in ipcomp_alloc_tfms()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crypto.h | 750 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name, in crypto_alloc_comp() function
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | platform.c | 320 ctx = crypto_alloc_comp(zbackend->name, 0, 0); in allocate_buf_for_compression()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | zswap.c | 423 tfm = crypto_alloc_comp(pool->tfm_name, 0, 0); in zswap_cpu_comp_prepare()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | testmgr.c | 3566 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()
|