Searched defs:root_hash (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/extras/verity/ |
H A D | build_verity_metadata.py | 63 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 D | hash_tree_builder.h | 61 const std::vector<unsigned char>& root_hash() const { return root_hash_; } in root_hash() function
|
/aosp12/packages/modules/Virtualization/authfs/src/fsverity/ |
H A D | verifier.rs | 132 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 D | builder.rs | 133 let root_hash = self.calculate_root_hash()?; in calculate_fsverity_digest() localVariable
|
/aosp12/system/extras/libfec/ |
H A D | avb_utils.cpp | 112 std::vector<uint8_t> root_hash( in parse_avb_image() local
|
/aosp12/bootable/recovery/updater/include/private/ |
H A D | commands.h | 195 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 D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp12/bootable/recovery/updater/ |
H A D | commands.cpp | 293 std::string root_hash = tokens[pos++]; in Parse() local
|
/aosp12/build/make/tools/releasetools/ |
H A D | verity_utils.py | 107 def BuildVerityMetadata(image_size, verity_metadata_path, root_hash, salt, argument
|