Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Deditor.rs102 output_chunk_index: usize, in new_hash_for_incomplete_write()
112 if merkle_tree.is_index_valid(output_chunk_index) { in new_hash_for_incomplete_write()
113 self.read_chunk(output_chunk_index as u64, &mut orig_data)?; in new_hash_for_incomplete_write()
117 if !merkle_tree.is_consistent(output_chunk_index, &hash) { in new_hash_for_incomplete_write()
134 output_chunk_index: usize, in new_chunk_hash()
147 output_chunk_index, in new_chunk_hash()
181 let output_chunk_index = (output_offset / CHUNK_SIZE) as usize; in write_at() localVariable
188 output_chunk_index, in write_at()
215 merkle_tree.update_hash(output_chunk_index, &new_hash, size_at_least); in write_at()