Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/internal/
Dcipher.h96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/linux-6.1.9/include/linux/
Dcrypto.h630 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/
Dacompress.h182 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/linux-6.1.9/crypto/
Dapi.c633 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
645 EXPORT_SYMBOL_GPL(crypto_has_alg);
Dtcrypt.c1458 if (!crypto_has_alg(alg, type, in do_test()
/linux-6.1.9/net/xfrm/
Dxfrm_algo.c699 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
/linux-6.1.9/security/integrity/ima/
Dima_appraise.c729 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
Dima_policy.c1362 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
/linux-6.1.9/net/tipc/
Dcrypto.c339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()