Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dima_arch.c54 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
88 if (IS_ENABLED(CONFIG_IMA_ARCH_POLICY) && arch_ima_get_secureboot()) { in arch_get_ima_policy()
/Linux-v5.10/include/linux/
Dima.h39 extern bool arch_ima_get_secureboot(void);
42 static inline bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/Linux-v5.10/arch/s390/kernel/
Dima_arch.c6 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/Linux-v5.10/arch/powerpc/kernel/
Dima_arch.c10 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/Linux-v5.10/security/integrity/ima/
Dima_appraise.c22 bool sb_state = arch_ima_get_secureboot(); in default_appraise_setup()
Dima_main.c722 && arch_ima_get_secureboot()) { in ima_load_data()