Searched refs:crypto_has_comp (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/block/zram/ |
| H A D | zcomp.c | 71 return crypto_has_comp(comp, 0, 0) == 1; in zcomp_available_algorithm() 96 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | zswap.c | 599 has_comp = crypto_has_comp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback() 606 has_comp = crypto_has_comp(zswap_compressor, 0, 0); in __zswap_pool_create_fallback() 726 if (!crypto_has_comp(s, 0, 0)) { in __zswap_param_set()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_algo.c | 795 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crypto.h | 770 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp() function
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | platform.c | 301 if (!crypto_has_comp(zbackend->name, 0, 0)) { in allocate_buf_for_compression()
|