Home | History | Annotate | Download | only in rappor

Lines Matching refs:cohort

68    * First (and only) byte of HMAC_DRBG personalization strings used to generate the cohort number.
140 * The number of cohorts used for cohort assignment.
145 * The cohort this user is assigned to for Bloom filter string encoding.
148 * encoders use the same userSecret but have different numCohorts values, the cohort assignment
149 * for the encoder with the smaller numCohorts value is a bitwise suffix of the cohort assignment
150 * for the encoder with the larger numCohorts value. It follows that, if you know maximum cohort
152 * you can deduce the cohort assignment for each encoder by taking the bitwise-and of the max
153 * cohort value and (numCohorts-1), noting that numCohorts is required to be a positive power of
156 private final int cohort;
205 * memoized cohort assignments and permanent randomized responses. Be aware that resetting
209 * cohort assignments and permanent randomized responses.
248 * 32 bytes of high-quality entropy. Changing the user secret clears the memoized cohort
252 * cohort assignments and permanent randomized responses.
369 this.cohort = cohortMasterAssignment & (numCohorts - 1);
397 return cohort;
449 cohort)
531 // cohort-generation personalization string.