Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/ima/
H A Dima_efi.c20 return efi_secureboot_mode_unknown; in get_sb_mode()
26 else if (mode == efi_secureboot_mode_unknown) in get_sb_mode()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dsecureboot.c37 if (mode == efi_secureboot_mode_unknown) { in efi_get_secureboot()
39 return efi_secureboot_mode_unknown; in efi_get_secureboot()
/openbmc/linux/arch/x86/xen/
H A Defi.c108 if (mode == efi_secureboot_mode_unknown) { in xen_efi_get_secureboot()
110 return efi_secureboot_mode_unknown; in xen_efi_get_secureboot()
/openbmc/linux/include/linux/
H A Defi.h1139 efi_secureboot_mode_unknown, enumerator
1157 return efi_secureboot_mode_unknown; in efi_get_secureboot_mode()