Home
last modified time | relevance | path

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

/security/integrity/ima/
Dima_policy.c851 int arch_entries = 0; in ima_init_arch_policy() local
856 return arch_entries; in ima_init_arch_policy()
860 arch_entries++; in ima_init_arch_policy()
862 arch_policy_entry = kcalloc(arch_entries + 1, in ima_init_arch_policy()
896 int build_appraise_entries, arch_entries; in ima_init_policy() local
924 arch_entries = ima_init_arch_policy(); in ima_init_policy()
925 if (!arch_entries) in ima_init_policy()
928 add_rules(arch_policy_entry, arch_entries, in ima_init_policy()