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

/linux-master/include/crypto/internal/
H A Dcipher.h96 return crypto_has_alg(alg_name, type, mask);
/linux-master/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);
/linux-master/include/crypto/
H A Dacompress.h192 return crypto_has_alg(alg_name, type, mask);
/linux-master/crypto/
H A Dapi.c670 int crypto_has_alg(const char *name, u32 type, u32 mask) function
682 EXPORT_SYMBOL_GPL(crypto_has_alg); variable
H A Dtcrypt.c1460 if (!crypto_has_alg(alg, type,
/linux-master/security/integrity/ima/
H A Dima_appraise.c732 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0))
H A Dima_policy.c1391 if (!crypto_has_alg(hash_algo_name[idx], 0, 0)) {
/linux-master/net/tipc/
H A Dcrypto.c339 if (unlikely(!crypto_has_alg(ukey->alg_name, 0, 0))) {

Completed in 148 milliseconds