Home
last modified time | relevance | path

Searched refs:root_hash_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/updater/include/private/
H A Dcommands.h200 root_hash_(std::move(root_hash)) {} in HashTreeInfo()
216 return root_hash_; in root_hash()
222 root_hash_ == other.root_hash_;
230 std::string root_hash_; variable
/aosp12/system/extras/verity/include/verity/
H A Dhash_tree_builder.h61 const std::vector<unsigned char>& root_hash() const { return root_hash_; } in root_hash()
102 std::vector<unsigned char> root_hash_; variable
/aosp12/system/extras/libfec/test/
H A Dfec_unittest.cpp49 root_hash_ = builder.root_hash(); in BuildHashtree()
75 HashTreeBuilder::BytesArrayToString(root_hash_), in BuildAndAppendsVerityMetadata()
121 std::vector<uint8_t> root_hash_; member in FecUnitTest
/aosp12/system/extras/verity/
H A Dhash_tree_builder.cpp263 return CalculateRootDigest(verity_tree_.back(), &root_hash_); in BuildHashTree()