Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/fsverity/
Dverifier.rs121 root_hash: HashBuffer, field
141 let root_hash = sha256(&buf[..]); in new() localVariable
154 let root_hash = verity_check(&buf[..size], chunk_index, self.file_size, &self.merkle_tree) in read_chunk() localVariable
Dbuilder.rs144 let root_hash = self.calculate_root_hash()?; in calculate_fsverity_digest() localVariable
/packages/modules/Virtualization/libs/apkverify/src/
Dhashtree.rs25 pub root_hash: Vec<u8>, field
43 let root_hash = if tree.is_empty() { in from() localVariable
/packages/modules/Virtualization/microdroid_manager/src/
Dinstance.rs290 pub root_hash: Box<RootHash>, field