Searched refs:root_hash (Results 1 – 3 of 3) sorted by relevance
195 std::string salt_hex, std::string root_hash) in HashTreeInfo() argument200 root_hash_(std::move(root_hash)) {} in HashTreeInfo()215 const std::string& root_hash() const { in root_hash() function
294 std::string root_hash = tokens[pos++]; in Parse() local295 if (hash_algorithm.empty() || salt_hex.empty() || root_hash.empty()) { in Parse()302 std::move(root_hash)); in Parse()
1567 std::string root_hash_hex = HashTreeBuilder::BytesArrayToString(builder.root_hash()); in PerformCommandComputeHashTree()