Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h195 std::string salt_hex, std::string root_hash) in HashTreeInfo() argument
200 root_hash_(std::move(root_hash)) {} in HashTreeInfo()
215 const std::string& root_hash() const { in root_hash() function
/bootable/recovery/updater/
Dcommands.cpp294 std::string root_hash = tokens[pos++]; in Parse() local
295 if (hash_algorithm.empty() || salt_hex.empty() || root_hash.empty()) { in Parse()
302 std::move(root_hash)); in Parse()
Dblockimg.cpp1567 std::string root_hash_hex = HashTreeBuilder::BytesArrayToString(builder.root_hash()); in PerformCommandComputeHashTree()