Searched refs:crypto_has_alg (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | crypto.h | 618 int crypto_has_alg(const char *name, u32 type, u32 mask); 822 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher() 936 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
| /Linux-v5.10/include/crypto/ |
| D | acompress.h | 180 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
| /Linux-v5.10/crypto/ |
| D | api.c | 578 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 590 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-v5.10/net/xfrm/ |
| D | xfrm_algo.c | 658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
|
| /Linux-v5.10/net/tipc/ |
| D | crypto.c | 333 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()
|