OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_hash
(Results
1 - 3
of
3
) sorted by null
/system/extras/verity/
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
,
build_verity_tree.cpp
315
unsigned char
root_hash
[hash_size];
local
316
verity_tree_levels[levels] =
root_hash
;
346
printf("%02x",
root_hash
[i]);
/build/tools/releasetools/
build_image.py
165
def BuildVerityMetadata(image_size, verity_metadata_path,
root_hash
, salt,
169
cmd = cmd_template % (image_size, verity_metadata_path,
root_hash
, salt,
276
root_hash
= prop_dict["verity_root_hash"]
278
if not BuildVerityMetadata(image_size, verity_metadata_path,
root_hash
, salt,
Completed in 57 milliseconds