Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Dmain.rs41 use crate::instance::Error as InstanceError;
264 ) -> Result<(), InstanceError> { in ensure_dice_measurements_match_entry() argument
266 Err(InstanceError::RecordedCodeHashMismatch) in ensure_dice_measurements_match_entry()
268 Err(InstanceError::RecordedAuthHashMismatch) in ensure_dice_measurements_match_entry()
270 Err(InstanceError::RecordedDiceModeMismatch) in ensure_dice_measurements_match_entry()