Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/fsverity/
Dverifier.rs97 let global_hash_offset = this_level_offset + offset_in_level; localVariable
98 Some(global_hash_offset)
100 .map(|global_hash_offset| {
101 let chunk_index = global_hash_offset / CHUNK_SIZE;
102 let hash_offset_in_chunk = (global_hash_offset % CHUNK_SIZE) as usize;