Searched defs:InsecureRandUint64 (Results 1 – 5 of 5) sorted by relevance
39 TEST(QuicheRandom, InsecureRandUint64) { in TEST() argument
82 uint64_t DefaultQuicheRandom::InsecureRandUint64() { in InsecureRandUint64() function in quiche::__anonaf1ef07d0111::DefaultQuicheRandom
129 uint64_t InsecureRandUint64() override { return RandUint64(); } in InsecureRandUint64() function in quiche::__anon948b77140111::TestQuicheRandom
88 uint64_t InsecureRandUint64() override { return RandUint64(); } in InsecureRandUint64() function in quic::test::__anonfcfd9b820111::TestRandom
243 uint64_t SimpleRandom::InsecureRandUint64() { return RandUint64(); } in InsecureRandUint64() function in quic::test::SimpleRandom