Searched refs:salt_hex (Results 1 – 3 of 3) sorted by relevance
195 std::string salt_hex, std::string root_hash) in HashTreeInfo() argument199 salt_hex_(std::move(salt_hex)), in HashTreeInfo()212 const std::string& salt_hex() const { in salt_hex() function
292 std::string salt_hex = tokens[pos++]; in Parse() local294 if (hash_algorithm.empty() || salt_hex.empty() || root_hash.empty()) { in Parse()300 std::move(hash_algorithm), std::move(salt_hex), in Parse()
1519 std::string salt_hex = params.tokens[params.cpos++]; in PerformCommandComputeHashTree() local1520 if (salt_hex.empty() || !HashTreeBuilder::ParseBytesArrayFromString(salt_hex, &salt)) { in PerformCommandComputeHashTree()1535 << ", salt " << salt_hex; in PerformCommandComputeHashTree()