Searched refs:crypto_has_comp (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/block/zram/ |
A D | zcomp.c | 79 return crypto_has_comp(comp, 0, 0) == 1; in zcomp_available_algorithm() 104 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show()
|
/linux/include/linux/ |
A D | crypto.h | 744 static inline int crypto_has_comp(const char *alg_name, u32 type, u32 mask) in crypto_has_comp() function
|
/linux/net/xfrm/ |
A D | xfrm_algo.c | 795 status = crypto_has_comp(calg_list[i].name, 0, in xfrm_probe_algs()
|
/linux/fs/pstore/ |
A D | platform.c | 298 if (!crypto_has_comp(zbackend->name, 0, 0)) { in allocate_buf_for_compression()
|
Completed in 11 milliseconds