Searched refs:random1 (Results 1 - 1 of 1) sorted by relevance

/external/google-tv-pairing-protocol/cpp/tests/polo/util/
H A Dpoloutiltest.cc77 uint8_t* random1 = PoloUtil::GenerateRandomBytes(16); local
78 ASSERT_TRUE(random1);
79 const std::string value1 = PoloUtil::BytesToHexString(random1, 16);
80 delete[] random1;

Completed in 80 milliseconds