Searched refs:root_hash (Results 1 - 2 of 2) sorted by relevance
/system/extras/verity/ |
H A D | build_verity_metadata.py | 40 def build_verity_table(block_device, data_blocks, root_hash, salt): 48 root_hash, 52 def build_verity_metadata(data_blocks, metadata_image, root_hash, 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,
|
H A D | build_verity_tree.cpp | 313 unsigned char root_hash[hash_size]; local 314 verity_tree_levels[levels] = root_hash; 344 printf("%02x", root_hash[i]);
|
Completed in 39 milliseconds