HomeSort by relevance Sort by last modified time
    Searched refs:COMPUTE_HASH_TREE (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/updater/
commands.cpp 45 CHECK(type == Type::COMPUTE_HASH_TREE);
57 } else if (type_str == "compute_hash_tree") {
58 return Type::COMPUTE_HASH_TREE;
271 } else if (op == Type::COMPUTE_HASH_TREE) {
blockimg.cpp     [all...]
  /bootable/recovery/tests/unit/
commands_test.cpp 37 ASSERT_EQ(Command::Type::COMPUTE_HASH_TREE, Command::ParseType("compute_hash_tree"));
341 const std::string input{ "compute_hash_tree 2,0,1 2,3,4 sha1 unknown-salt unknown-root-hash" };
346 ASSERT_EQ(Command::Type::COMPUTE_HASH_TREE, command.type());
367 "compute_hash_tree, 2,0,1 2,0,1 unknown-algorithm unknown-salt",
  /bootable/recovery/updater/include/private/
commands.h 280 // compute_hash_tree <hash_tree_ranges> <source_ranges> <hash_algorithm> <salt_hex> <root_hash>
292 COMPUTE_HASH_TREE,
402 // The hash_tree info. Only meaningful for COMPUTE_HASH_TREE.

Completed in 118 milliseconds