Searched refs:salt_from_instance_id (Results 1 – 1 of 1) sorted by relevance
131 let instance_hash = if cfg!(llpvm_changes) { Some(salt_from_instance_id(fdt)?) } else { None }; in main()278 fn salt_from_instance_id(fdt: &Fdt) -> Result<Hidden, RebootReason> { in salt_from_instance_id() function