Home
last modified time | relevance | path

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

/system/extras/verity/
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
/system/extras/verity/include/verity/
Dhash_tree_builder.h56 const std::vector<unsigned char>& root_hash() const { return root_hash_; } in root_hash() function
/system/extras/libfec/
Davb_utils.cpp112 std::vector<uint8_t> root_hash( in parse_avb_image() local