Lines Matching refs:dice_inputs
43 dice_inputs: &PartialInputs, in perform_rollback_protection()
46 let instance_hash = dice_inputs.instance_hash; in perform_rollback_protection()
58 perform_legacy_rollback_protection(fdt, dice_inputs, cdi_seal, instance_hash) in perform_rollback_protection()
101 dice_inputs: &PartialInputs, in perform_legacy_rollback_protection()
113 check_dice_measurements_match_entry(dice_inputs, &entry)?; in perform_legacy_rollback_protection()
123 let entry = EntryBody::new(dice_inputs, &salt); in perform_legacy_rollback_protection()
134 dice_inputs: &PartialInputs, in check_dice_measurements_match_entry()
137 ensure_dice_measurements_match_entry(dice_inputs, entry).map_err(|e| { in check_dice_measurements_match_entry()
149 dice_inputs: &PartialInputs, in ensure_dice_measurements_match_entry()
152 if entry.code_hash != dice_inputs.code_hash { in ensure_dice_measurements_match_entry()
154 } else if entry.auth_hash != dice_inputs.auth_hash { in ensure_dice_measurements_match_entry()
156 } else if entry.mode() != dice_inputs.mode { in ensure_dice_measurements_match_entry()