Home
last modified time | relevance | path

Searched refs:allowed_hashes (Results 1 – 2 of 2) sorted by relevance

/linux/security/integrity/ima/
H A Dima_appraise.c734 unsigned int allowed_hashes; in validate_hash_algo() local
738 allowed_hashes = atomic_read(&ima_setxattr_allowed_hash_algorithms); in validate_hash_algo()
740 if (allowed_hashes) { in validate_hash_algo()
742 if (allowed_hashes & (1U << xattr_hash_algo)) in validate_hash_algo()
H A Dima_policy.c2096 unsigned int allowed_hashes) in ima_policy_show_appraise_algos() argument
2101 if (!(allowed_hashes & (1U << idx))) in ima_policy_show_appraise_algos()