Searched refs:crypto_has_alg (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
A D | crypto.h | 621 int crypto_has_alg(const char *name, u32 type, u32 mask); 750 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
/linux/include/crypto/internal/ |
A D | cipher.h | 96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
|
/linux/include/crypto/ |
A D | acompress.h | 182 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
/linux/crypto/ |
A D | api.c | 618 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 630 EXPORT_SYMBOL_GPL(crypto_has_alg);
|
A D | tcrypt.c | 1657 printk(crypto_has_alg(*name, 0, 0) ? in test_available() 1684 if (!crypto_has_alg(alg, type, in do_test()
|
/linux/net/xfrm/ |
A D | xfrm_algo.c | 658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
|
/linux/security/integrity/ima/ |
A D | ima_appraise.c | 622 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
|
A D | ima_policy.c | 1314 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
|
/linux/net/tipc/ |
A D | crypto.c | 339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()
|
/linux/ |
A D | vmlinux.symvers | 2314 0x00000000 crypto_has_alg vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 14945 ffff800010442c30 T crypto_has_alg
|
A D | .tmp_System.map | 14945 ffff800010442c30 T crypto_has_alg
|
Completed in 331 milliseconds