Home
last modified time | relevance | path

Searched defs:root_hash (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Virtualization/authfs/src/fsverity/
Dverifier.rs118 root_hash: HashBuffer, field
138 let root_hash = Sha256Hasher::new()?.update(&buf[..])?.finalize()?; in new() localVariable
151 let root_hash = verity_check(&buf[..size], chunk_index, self.file_size, &self.merkle_tree) in read_chunk() localVariable
Dbuilder.rs133 let root_hash = self.calculate_root_hash()?; in calculate_fsverity_digest() localVariable
/packages/modules/Virtualization/libs/idsig/src/
Dhashtree.rs27 pub root_hash: Vec<u8>, field
45 let root_hash = if tree.is_empty() { in from() localVariable
/packages/modules/Virtualization/microdroid_manager/src/
Dinstance.rs329 pub root_hash: Box<RootHash>, field
Dmain.rs336 let root_hash = saved_data.map(|d| &d.apk_data.root_hash); in verify_payload() localVariable