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