Searched refs:crypto_has_alg (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | crypto.h | 542 int crypto_has_alg(const char *name, u32 type, u32 mask); 807 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_ablkcipher() 1182 return crypto_has_alg(alg_name, type, mask); in crypto_has_blkcipher() 1501 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher() 1639 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
/Linux-v4.19/include/crypto/ |
D | acompress.h | 167 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
D | skcipher.h | 228 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_skcipher()
|
/Linux-v4.19/crypto/ |
D | api.c | 588 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 600 EXPORT_SYMBOL_GPL(crypto_has_alg);
|
D | tcrypt.c | 1642 printk(crypto_has_alg(*name, 0, 0) ? in test_available() 1669 if (!crypto_has_alg(alg, type, in do_test()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_algo.c | 662 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
|