Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dima_arch.c56 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
90 if (IS_ENABLED(CONFIG_IMA_ARCH_POLICY) && arch_ima_get_secureboot()) { in arch_get_ima_policy()
/Linux-v5.4/include/linux/
Dima.h33 extern bool arch_ima_get_secureboot(void);
36 static inline bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/Linux-v5.4/arch/s390/kernel/
Dima_arch.c6 bool arch_ima_get_secureboot(void) in arch_ima_get_secureboot() function
/Linux-v5.4/security/integrity/ima/
Dima_main.c594 && arch_ima_get_secureboot()) { in ima_load_data()