Searched refs:high_low_bytes (Results 1 – 1 of 1) sorted by relevance
82 std::vector<uint8_t> high_low_bytes; in GetValueAsUnguessableToken() local83 if (!HexStringToBytes(value.GetString(), &high_low_bytes)) { in GetValueAsUnguessableToken()88 if (high_low_bytes.size() != sizeof(representation.buffer)) { in GetValueAsUnguessableToken()92 std::copy(high_low_bytes.begin(), high_low_bytes.end(), in GetValueAsUnguessableToken()