Home
last modified time | relevance | path

Searched refs:salt_hex (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
199 salt_hex_(std::move(salt_hex)), in HashTreeInfo()
212 const std::string& salt_hex() const { in salt_hex() function
/bootable/recovery/updater/
Dcommands.cpp292 std::string salt_hex = tokens[pos++]; in Parse() local
294 if (hash_algorithm.empty() || salt_hex.empty() || root_hash.empty()) { in Parse()
300 std::move(hash_algorithm), std::move(salt_hex), in Parse()
Dblockimg.cpp1519 std::string salt_hex = params.tokens[params.cpos++]; in PerformCommandComputeHashTree() local
1520 if (salt_hex.empty() || !HashTreeBuilder::ParseBytesArrayFromString(salt_hex, &salt)) { in PerformCommandComputeHashTree()
1535 << ", salt " << salt_hex; in PerformCommandComputeHashTree()