Home
last modified time | relevance | path

Searched defs:root_hash (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/extras/verity/
H A Dbuild_verity_metadata.py63 def build_verity_table(block_device, data_blocks, root_hash, salt): argument
75 def build_verity_metadata(data_blocks, metadata_image, root_hash, salt, argument
/aosp12/system/extras/verity/include/verity/
H A Dhash_tree_builder.h61 const std::vector<unsigned char>& root_hash() const { return root_hash_; } in root_hash() function
/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Dverifier.rs132 root_hash: HashBuffer, field
148 let root_hash = Sha256Hasher::new()?.update(&buf[..])?.finalize()?; in new() localVariable
162 let root_hash = verity_check(&buf[..size], chunk_index, self.file_size, &self.merkle_tree) in read_chunk() localVariable
H A Dbuilder.rs133 let root_hash = self.calculate_root_hash()?; in calculate_fsverity_digest() localVariable
/aosp12/system/extras/libfec/
H A Davb_utils.cpp112 std::vector<uint8_t> root_hash( in parse_avb_image() local
/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h195 std::string salt_hex, std::string root_hash) in HashTreeInfo()
215 const std::string& root_hash() const { in root_hash() function
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfsverity.h48 __u8 root_hash[64]; member
/aosp12/bootable/recovery/updater/
H A Dcommands.cpp293 std::string root_hash = tokens[pos++]; in Parse() local
/aosp12/build/make/tools/releasetools/
H A Dverity_utils.py107 def BuildVerityMetadata(image_size, verity_metadata_path, root_hash, salt, argument