HomeSort by relevance Sort by last modified time
    Searched refs:root_hash (Results 1 - 4 of 4) 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 293 unsigned char root_hash[hash_size]; local
294 verity_tree_levels[levels] = root_hash;
324 printf("%02x", root_hash[i]);
  /build/tools/releasetools/
build_image.py 93 def BuildVerityMetadata(image_size, verity_metadata_path, root_hash, salt,
98 root_hash,
179 root_hash = prop_dict["verity_root_hash"]
183 root_hash,
  /external/chromium_org/extensions/browser/
verified_contents.cc 42 const char kRootHashKey[] = "root_hash";
115 // "root_hash": "<base64url encoded bytes>"
180 std::string root_hash; local
185 !base::Base64Decode(encoded_root_hash, &root_hash))
191 i->second.swap(root_hash);

Completed in 576 milliseconds