Searched defs:PartialInputs (Results 1 – 4 of 4) sorted by relevance
84 pub struct PartialInputs { struct94 impl PartialInputs { implementation
43 dice_inputs: &PartialInputs, in perform_rollback_protection()101 dice_inputs: &PartialInputs, in perform_legacy_rollback_protection()134 dice_inputs: &PartialInputs, in check_dice_measurements_match_entry()149 dice_inputs: &PartialInputs, in ensure_dice_measurements_match_entry()
200 dice_inputs: PartialInputs, in perform_dice_derivation()
276 pub(crate) fn new(dice_inputs: &PartialInputs, salt: &Hidden) -> Self { in new()