Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/internal/
A Dcipher.h96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/linux-6.3-rc2/include/linux/
A Dcrypto.h630 int crypto_has_alg(const char *name, u32 type, u32 mask);
754 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
/linux-6.3-rc2/include/crypto/
A Dacompress.h183 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/linux-6.3-rc2/crypto/
A Dapi.c632 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
644 EXPORT_SYMBOL_GPL(crypto_has_alg);
A Dtcrypt.c1457 if (!crypto_has_alg(alg, type, in do_test()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_algo.c699 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
/linux-6.3-rc2/security/integrity/ima/
A Dima_appraise.c732 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
A Dima_policy.c1390 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
/linux-6.3-rc2/net/tipc/
A Dcrypto.c339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()

Completed in 23 milliseconds