Searched refs:crypto_has_alg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | crypto.h | 583 int crypto_has_alg(const char *name, u32 type, u32 mask); 918 return crypto_has_alg(alg_name, crypto_skcipher_type(type), in crypto_has_ablkcipher() 1688 return crypto_has_alg(alg_name, type, mask); in crypto_has_blkcipher() 2007 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher() 2182 return crypto_has_alg(alg_name, type, mask); in crypto_has_hash() 2372 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
/linux-4.1.27/crypto/ |
D | api.c | 600 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 612 EXPORT_SYMBOL_GPL(crypto_has_alg);
|
D | tcrypt.c | 1214 printk(crypto_has_alg(*name, 0, 0) ? in test_available() 1239 if (!crypto_has_alg(alg, type, in do_test()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_algo.c | 632 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
|