Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Dbuilder.rs37 fn hash_all_pages(source: &[Sha256Hash]) -> Result<Vec<Sha256Hash>, CryptoError> { in hash_all_pages() function
119 let second_level = hash_all_pages(&self.leaves)?; in calculate_root_hash()
121 (1..=level).try_fold(second_level, |source, _| hash_all_pages(&source))?; in calculate_root_hash()