Searched refs:salt_bytes (Results 1 – 1 of 1) sorted by relevance
421 std::vector<unsigned char> salt_bytes; in TEST_F() local422 ASSERT_TRUE(HashTreeBuilder::ParseBytesArrayFromString(salt, &salt_bytes)); in TEST_F()423 std::vector<unsigned char> hash_tree = std::move(salt_bytes); in TEST_F()