Searched refs:crypto_has_alg (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/include/linux/ |
D | crypto.h | 414 int crypto_has_alg(const char *name, u32 type, u32 mask); 527 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
/Linux-v6.6/include/crypto/internal/ |
D | cipher.h | 96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
|
/Linux-v6.6/include/crypto/ |
D | acompress.h | 186 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
/Linux-v6.6/crypto/ |
D | api.c | 670 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 682 EXPORT_SYMBOL_GPL(crypto_has_alg);
|
D | tcrypt.c | 1460 if (!crypto_has_alg(alg, type, in do_test()
|
/Linux-v6.6/net/xfrm/ |
D | xfrm_algo.c | 699 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
|
/Linux-v6.6/security/integrity/ima/ |
D | ima_appraise.c | 734 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
|
D | ima_policy.c | 1391 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
|
/Linux-v6.6/net/tipc/ |
D | crypto.c | 339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()
|