Home
last modified time | relevance | path

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

/linux/include/linux/
A 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/include/crypto/internal/
A Dcipher.h96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
/linux/include/crypto/
A Dacompress.h182 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
/linux/crypto/
A Dapi.c618 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function
630 EXPORT_SYMBOL_GPL(crypto_has_alg);
A Dtcrypt.c1657 printk(crypto_has_alg(*name, 0, 0) ? in test_available()
1684 if (!crypto_has_alg(alg, type, in do_test()
/linux/net/xfrm/
A Dxfrm_algo.c658 status = crypto_has_alg(list[i].name, algo_list->type, in xfrm_find_algo()
/linux/security/integrity/ima/
A Dima_appraise.c622 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
A Dima_policy.c1314 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) { in ima_parse_appraise_algos()
/linux/net/tipc/
A Dcrypto.c339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) { in tipc_aead_key_validate()
/linux/
A Dvmlinux.symvers2314 0x00000000 crypto_has_alg vmlinux EXPORT_SYMBOL_GPL
A DSystem.map14945 ffff800010442c30 T crypto_has_alg
A D.tmp_System.map14945 ffff800010442c30 T crypto_has_alg

Completed in 331 milliseconds