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::__anon433fdb6c0111::DefaultQuicheRandom
130 uint64_t InsecureRandUint64() override { return RandUint64(); } in InsecureRandUint64() function in quiche::__anoneadbbc230111::TestQuicheRandom
99 uint64_t InsecureRandUint64() override { return RandUint64(); } in InsecureRandUint64() function in quic::test::__anon2e3f01510111::TestRandom
246 uint64_t SimpleRandom::InsecureRandUint64() { return RandUint64(); } in InsecureRandUint64() function in quic::test::SimpleRandom