Searched refs:is_strict_boot (Results 1 – 6 of 6) sorted by relevance
46 fn is_strict_boot() -> bool { in is_strict_boot() function100 DiceDriver::new(&args.dice_driver, is_strict_boot()).context("Failed to load DICE")?; in try_main()
16 use crate::{is_debuggable, is_strict_boot, MicrodroidData};69 let hidden_input = if !is_strict_boot() { in hidden_input_from_instance_id()
17 use crate::{is_strict_boot, MicrodroidError};171 let salt = if cfg!(llpvm_changes) || is_strict_boot() { in verify_payload()
253 if is_strict_boot() { in verify_payload_with_instance_img()311 DiceDriver::new(Path::new("/dev/open-dice0"), is_strict_boot()) in try_run_payload()508 fn is_strict_boot() -> bool { in is_strict_boot() function
103 if super::is_strict_boot() { in new()
67 pub fn new(driver_path: &Path, is_strict_boot: bool) -> Result<Self> { in new()71 } else if is_strict_boot { in new()