Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/ima/
H A Dima_appraise.c712 unsigned int allowed_hashes; in validate_hash_algo() local
716 allowed_hashes = atomic_read(&ima_setxattr_allowed_hash_algorithms); in validate_hash_algo()
718 if (allowed_hashes) { in validate_hash_algo()
720 if (allowed_hashes & (1U << xattr_hash_algo)) in validate_hash_algo()
H A Dima_policy.c2055 unsigned int allowed_hashes) in ima_policy_show_appraise_algos() argument
2060 if (!(allowed_hashes & (1U << idx))) in ima_policy_show_appraise_algos()