Searched refs:random1 (Results 1 – 2 of 2) sorted by relevance
77 uint8_t* random1 = PoloUtil::GenerateRandomBytes(16); in TEST() local78 ASSERT_TRUE(random1); in TEST()79 const std::string value1 = PoloUtil::BytesToHexString(random1, 16); in TEST()80 delete[] random1; in TEST()
457 Random random1 = new Random(1L); in assertIndependentHashers() local462 RandomHasherAction.pickAtRandom(random1).performAction(random1, ImmutableSet.of(hasher1)); in assertIndependentHashers()