Searched refs:crypto_has_alg (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | crypto.h | 414 int crypto_has_alg(const char *name, u32 type, u32 mask); 527 return crypto_has_alg(alg_name, type, mask); in crypto_has_comp()
|
/linux/include/crypto/internal/ |
H A D | cipher.h | 96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
|
/linux/include/crypto/ |
H A D | acompress.h | 168 return crypto_has_alg(alg_name, type, mask); in crypto_has_acomp()
|
/linux/crypto/ |
H A D | api.c | 687 int crypto_has_alg(const char *name, u32 type, u32 mask) in crypto_has_alg() function 699 EXPORT_SYMBOL_GPL(crypto_has_alg);
|
/linux/security/integrity/ima/ |
H A D | ima_appraise.c | 757 if (crypto_has_alg(hash_algo_name[xattr_hash_algo], 0, 0)) in validate_hash_algo()
|