Searched refs:crypto_has_alg (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/crypto/internal/ |
A D | cipher.h | 96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
|
/linux-6.3-rc2/include/linux/ |
A D | crypto.h | 630 int crypto_has_alg(const char *name, u32 type, u32 mask); 754 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
/linux-6.3-rc2/include/crypto/ |
A D | acompress.h | 183 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
/linux-6.3-rc2/crypto/ |
A D | api.c | 632 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 644 EXPORT_SYMBOL_GPL(crypto_has_alg);
|
A D | tcrypt.c | 1457 if (!crypto_has_alg(alg, type, in do_test()
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_algo.c | 699 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
|
/linux-6.3-rc2/security/integrity/ima/ |
A D | ima_appraise.c | 732 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
|
A D | ima_policy.c | 1390 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
|
/linux-6.3-rc2/net/tipc/ |
A D | crypto.c | 339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()
|
Completed in 23 milliseconds