Home
last modified time | relevance | path

Searched defs:irr_rand (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rappor/tests/
H A Drappor_sim.py89 def GenAssocTestdata(params1, params2, irr_rand, assoc_testdata_count, argument
138 def RapporClientSim(params, irr_rand, csv_in, csv_out): argument
/aosp_15_r20/external/rappor/client/cpp/
H A Dencoder_demo.cc32 rappor::UnixKernelRand irr_rand(fp); in main() local
H A Drappor_deps.h56 HmacFunc* const hmac_func, const IrrRandInterface& irr_rand) in Deps()
H A Drappor_sim.cc130 rappor::IrrRandInterface* irr_rand; in main() local
H A Dencoder_unittest.cc39 rappor::UnixKernelRand *irr_rand; member in EncoderTest
/aosp_15_r20/external/rappor/client/python/
H A Drappor.py235 def __init__(self, params, cohort, secret, irr_rand): argument