Searched refs:auth_hash (Results 1 – 3 of 3) sorted by relevance
77 pub auth_hash: Hash, field86 let auth_hash = hash(data.public_key)?; in new() localVariable92 Ok(Self { code_hash, auth_hash, mode, security_version, rkp_vm_marker }) in new()110 self.auth_hash,
266 pub auth_hash: Hash, field282 auth_hash: dice_inputs.auth_hash, in new()
267 } else if entry.auth_hash != dice_inputs.auth_hash { in ensure_dice_measurements_match_entry()