Searched defs:root_hash (Results 1 – 5 of 5) sorted by relevance
118 root_hash: HashBuffer, field138 let root_hash = Sha256Hasher::new()?.update(&buf[..])?.finalize()?; in new() localVariable151 let root_hash = verity_check(&buf[..size], chunk_index, self.file_size, &self.merkle_tree) in read_chunk() localVariable
133 let root_hash = self.calculate_root_hash()?; in calculate_fsverity_digest() localVariable
27 pub root_hash: Vec<u8>, field45 let root_hash = if tree.is_empty() { in from() localVariable
329 pub root_hash: Box<RootHash>, field
336 let root_hash = saved_data.map(|d| &d.apk_data.root_hash); in verify_payload() localVariable