Home
last modified time | relevance | path

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

/packages/modules/Virtualization/pvmfw/src/
Ddice.rs77 pub auth_hash: Hash, field
86 let auth_hash = hash(data.public_key)?; in new() localVariable
92 Ok(Self { code_hash, auth_hash, mode, security_version, rkp_vm_marker }) in new()
110 self.auth_hash,
Dinstance.rs266 pub auth_hash: Hash, field
282 auth_hash: dice_inputs.auth_hash, in new()
Dmain.rs267 } else if entry.auth_hash != dice_inputs.auth_hash { in ensure_dice_measurements_match_entry()