Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Dverifier.rs55 let (merkle_chunk, hash_offset_in_chunk) = result?; in verity_check()
57 &merkle_chunk[hash_offset_in_chunk..hash_offset_in_chunk + Sha256Hasher::HASH_SIZE]; in verity_check()
98 let hash_offset_in_chunk = (global_hash_offset % CHUNK_SIZE) as usize; localVariable
99 (chunk_index, hash_offset_in_chunk)
103 Ok(root_to_leaf_steps.into_iter().rev().map(move |(chunk_index, hash_offset_in_chunk)| {
109 Ok((merkle_chunk, hash_offset_in_chunk))