Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/src/fsverity/
Dverifier.rs59 let (merkle_chunk, hash_offset_in_chunk) = result?; in verity_check()
61 &merkle_chunk[hash_offset_in_chunk..hash_offset_in_chunk + SHA256_HASH_SIZE]; in verity_check()
65 Ok(hash_with_padding(&merkle_chunk, CHUNK_SIZE as usize)) in verity_check()
108 let mut merkle_chunk = [0u8; 4096]; localVariable
112 let _ = merkle_tree.read_chunk(chunk_index, &mut merkle_chunk)?;
113 Ok((merkle_chunk, hash_offset_in_chunk))