Searched refs:raw_root_hash (Results 1 – 3 of 3) sorted by relevance
87 pub raw_root_hash: Box<[u8]>, field176 ret.hashing_info.raw_root_hash = hash_tree.root_hash.into_boxed_slice(); in create()228 raw_root_hash: read_sized_array(&mut r)?, in from()241 write_sized_array(&mut w, &self.raw_root_hash)?; in write_into()330 hex::encode(hi.raw_root_hash.as_ref()) in parse_idsig_file()376 created.hashing_info.raw_root_hash.as_ref(), in digest_from_apk()377 golden.hashing_info.raw_root_hash.as_ref() in digest_from_apk()
141 &sig.hashing_info.raw_root_hash in enable_verity()391 .raw_root_hash; in correct_custom_roothash()
239 Ok(V4Signature::from_idsig_path(idsig_path)?.hashing_info.raw_root_hash) in get_apk_root_hash_from_idsig()