Searched refs:rng_state (Results 1 – 1 of 1) sorted by relevance
81 uint64_t rng_state = RNG_INV_SEED; in EncodeKey() local83 auto j = rng_state % (i + 1); in EncodeKey()87 rng_state *= RNG_INV_MUL; in EncodeKey()88 rng_state %= RNG_MODULUS; in EncodeKey()160 uint64_t rng_state = RNG_SEED; in DecodeKey() local162 auto j = rng_state % (i + 1); in DecodeKey()165 rng_state *= RNG_MUL; in DecodeKey()166 rng_state %= RNG_MODULUS; in DecodeKey()