Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Ddice.rs65 fn to_dice_hash(verified_boot_data: &VerifiedBootData) -> Result<Hash> { in to_dice_hash() function
85 let code_hash = to_dice_hash(data)?; in new()