Home
last modified time | relevance | path

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

/external/coreboot/src/security/vboot/
Dmisc.h66 static inline int vboot_logic_executed(void) in vboot_logic_executed() function
97 if (!vboot_logic_executed()) in vboot_hwcrypto_allowed()
Dcommon.c41 if (vboot_logic_executed()) { in vboot_get_context()
Dvboot_loader.c93 if (!vboot_logic_executed()) in vboot_get_cbfs_boot_device()
/external/coreboot/src/security/tpm/tspi/
Dtspi.c105 return vboot_logic_executed(); in tspi_tpm_is_setup()
/external/coreboot/src/lib/
Dcbfs.c181 && vboot_logic_executed()) in cbfs_file_hash_mismatch()