Home
last modified time | relevance | path

Searched refs:crypto_has_alg (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dcrypto.h414 int crypto_has_alg(const char *name, u32 type, u32 mask);
527 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h621 int crypto_has_alg(const char *name, u32 type, u32 mask);
825 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
939 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
/kernel/linux/linux-5.10/include/crypto/
H A Dacompress.h182 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcipher.h96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/kernel/linux/linux-6.6/include/crypto/
H A Dacompress.h186 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/kernel/linux/linux-5.10/crypto/
H A 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); variable
H A Dtcrypt.c1633 printk(crypto_has_alg(*name, 0, 0) ? in test_available()
1660 if (!crypto_has_alg(alg, type, in do_test()
/kernel/linux/linux-6.6/crypto/
H A Dapi.c670 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
682 EXPORT_SYMBOL_GPL(crypto_has_alg); variable
H A Dtcrypt.c1460 if (!crypto_has_alg(alg, type, in do_test()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_algo.c658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_algo.c699 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_appraise.c734 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
H A Dima_policy.c1391 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c333 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()
/kernel/linux/linux-6.6/net/tipc/
H A Dcrypto.c339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()

Completed in 23 milliseconds