Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/fsverity/
Deditor.rs135 offset_from_alignment: usize, in new_hash_for_incomplete_write()
157 .update(&orig_data[..offset_from_alignment])? in new_hash_for_incomplete_write()
159 .update(&orig_data[offset_from_alignment + source.len()..])? in new_hash_for_incomplete_write()
166 offset_from_alignment: usize, in new_chunk_hash()
180 offset_from_alignment, in new_chunk_hash()
216 let offset_from_alignment = (output_offset % CHUNK_SIZE) as usize; in write_at() localVariable
220 offset_from_alignment, in write_at()