Home
last modified time | relevance | path

Searched refs:crypto_has_alg (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/crypto/internal/
Dcipher.h96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/Linux-v5.15/include/linux/
Dcrypto.h621 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-v5.15/include/crypto/
Dacompress.h182 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/Linux-v5.15/crypto/
Dapi.c578 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
590 EXPORT_SYMBOL_GPL(crypto_has_alg);
Dtcrypt.c1658 printk(crypto_has_alg(*name, 0, 0) ? in test_available()
1685 if (!crypto_has_alg(alg, type, in do_test()
/Linux-v5.15/net/xfrm/
Dxfrm_algo.c658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
/Linux-v5.15/security/integrity/ima/
Dima_appraise.c622 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
Dima_policy.c1261 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
/Linux-v5.15/net/tipc/
Dcrypto.c339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()