Home
last modified time | relevance | path

Searched refs:GetRandomGenerator (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_connection_helper_test.cc27 TEST_F(QuicChromiumConnectionHelperTest, GetRandomGenerator) { in TEST_F() argument
28 EXPECT_EQ(&random_generator_, helper_.GetRandomGenerator()); in TEST_F()
H A Dquic_chromium_connection_helper.cc28 quic::QuicRandom* QuicChromiumConnectionHelper::GetRandomGenerator() { in GetRandomGenerator() function in net::QuicChromiumConnectionHelper
H A Dquic_chromium_connection_helper.h44 quic::QuicRandom* GetRandomGenerator() override;
H A Dquic_context.h226 quic::QuicRandom* random_generator() { return helper_->GetRandomGenerator(); } in random_generator()
H A Ddedicated_web_transport_http3_client_test.cc83 quic::QuicRandom* GetRandomGenerator() override { in GetRandomGenerator() function in net::test::__anon15706d7b0111::TestConnectionHelper
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Delgamal_proto_util_test.cc64 ASSERT_OK_AND_ASSIGN(ECPoint u, ec_group.GetRandomGenerator()); in TEST()
65 ASSERT_OK_AND_ASSIGN(ECPoint e, ec_group.GetRandomGenerator()); in TEST()
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
H A Delliptic_curve_test.py111 g1 = ec_key.elliptic_curve.GetRandomGenerator()
115 g2 = ec_key.elliptic_curve.GetRandomGenerator()
H A Delliptic_curve.py268 def GetRandomGenerator(self): member in EllipticCurve
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_default_connection_helper.h37 QuicRandom* GetRandomGenerator() override { in GetRandomGenerator() function
H A Dquic_crypto_client_handshaker_test.cc156 helper_.GetRandomGenerator(), helper_.GetClock(), options); in InitializeServerParametersToEnableFullHello()
H A Dquic_connection.h480 virtual QuicRandom* GetRandomGenerator() = 0;
H A Dquic_dispatcher_test.cc268 mock_helper_.GetRandomGenerator(), connection_id_generator_)), in QuicDispatcherTestBase()
2269 mock_helper_.GetRandomGenerator(), connection_id_generator_); in QuicDispatcherSupportMultipleConnectionIdPerConnectionTest()
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dec_point_util.cc43 ASSIGN_OR_RETURN(ECPoint point, group_.GetRandomGenerator()); in GetRandomCurvePoint()
H A Dec_group.h82 StatusOr<ECPoint> GetRandomGenerator() const;
H A Dec_group.cc257 StatusOr<ECPoint> ECGroup::GetRandomGenerator() const { in GetRandomGenerator() function in private_join_and_compute::ECGroup
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dsimulator.h43 QuicRandom* GetRandomGenerator() override;
H A Dlink.cc86 simulator_->GetRandomGenerator()->RandUint64() % (kMaxRandomDelayUs + 1)); in GetRandomDelay()
H A Dsimulator.cc102 QuicRandom* Simulator::GetRandomGenerator() { in GetRandomGenerator() function in quic::simulator::Simulator
/aosp_15_r20/external/cronet/net/tools/quic/
H A Dquic_simple_server.cc86 crypto_config_.AddDefaultConfig(helper_->GetRandomGenerator(), in Initialize()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
H A Dqbone_stream_test.cc167 QuicRandom* GetRandomGenerator() override { in GetRandomGenerator() function in quic::__anonbc796c1b0111::QboneReadOnlyStreamTest
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/dodis_yampolskiy_prf/
H A Ddy_verifiable_random_function_test.cc85 std::make_unique<ECPoint>(ec_group_->GetRandomGenerator().value()); in SetUp()
H A Dbb_oblivious_signature_test.cc95 std::make_unique<ECPoint>(ec_group_->GetRandomGenerator().value()); in SetUp()
/aosp_15_r20/external/anonymous-counting-tokens/act/act_v0/
H A Dact_v0.cc166 ASSIGN_OR_RETURN(ECPoint dy_prf_base_g, ec_group.GetRandomGenerator()); in GenerateServerParameters()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc475 QuicRandom* MockQuicConnectionHelper::GetRandomGenerator() { in GetRandomGenerator() function in quic::test::MockQuicConnectionHelper
H A Dquic_test_utils.h534 QuicRandom* GetRandomGenerator() override;

12