Home | History | Annotate | Download | only in updater

Lines Matching refs:salt_hex

1486 //   salt_hex
1514 std::string salt_hex = params.tokens[params.cpos++];
1515 if (salt_hex.empty() || !HashTreeBuilder::ParseBytesArrayFromString(salt_hex, &salt)) {
1530 << ", salt " << salt_hex;