Home
last modified time | relevance | path

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

/linux-6.1.9/security/integrity/ima/
Dima_efi.c33 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
67 if (IS_ENABLED(CONFIG_IMA_ARCH_POLICY) && arch_ima_get_secureboot()) { in arch_get_ima_policy()
Dima_appraise.c29 bool sb_state = arch_ima_get_secureboot(); in ima_appraise_parse_cmdline()
Dima_main.c808 && arch_ima_get_secureboot()) { in ima_load_data()
/linux-6.1.9/arch/s390/kernel/
Dima_arch.c6 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/linux-6.1.9/include/linux/
Dima.h149 extern bool arch_ima_get_secureboot(void);
152 static inline bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/linux-6.1.9/arch/powerpc/kernel/
Dima_arch.c10 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/linux-6.1.9/security/integrity/platform_certs/
Dload_uefi.c215 if (!arch_ima_get_secureboot()) in load_uefi_certs()