Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dcipher.h96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/linux-6.15/include/linux/
H A Dcrypto.h398 int crypto_has_alg(const char *name, u32 type, u32 mask);
/linux-6.15/crypto/
H A Dapi.c680 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
692 EXPORT_SYMBOL_GPL(crypto_has_alg);
H A Dtcrypt.c1661 if (!crypto_has_alg(alg, type, in do_test()
/linux-6.15/include/crypto/
H A Dacompress.h248 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/linux-6.15/security/integrity/ima/
H A Dima_appraise.c757 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
H A Dima_policy.c1396 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
/linux-6.15/net/tipc/
H A Dcrypto.c339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()