Home
last modified time | relevance | path

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

/system/extras/verity/
Dbuild_verity_metadata.py40 def build_verity_table(block_device, data_blocks, root_hash, salt): argument
48 root_hash,
52 def build_verity_metadata(data_blocks, metadata_image, root_hash, argument
55 verity_table = build_verity_table(block_device, data_blocks, root_hash, salt)
70 root_hash = sys.argv[3] variable
75 build_verity_metadata(data_image_blocks, metadata_image, root_hash,
Dbuild_verity_tree.cpp313 unsigned char root_hash[hash_size]; in main() local
314 verity_tree_levels[levels] = root_hash; in main()
344 printf("%02x", root_hash[i]); in main()