Home
last modified time | relevance | path

Searched refs:rng_state (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/rebootescrow/aidl/default/
DHadamardUtils.cpp81 uint64_t rng_state = RNG_INV_SEED; in EncodeKey() local
83 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() local
162 auto j = rng_state % (i + 1); in DecodeKey()
165 rng_state *= RNG_MUL; in DecodeKey()
166 rng_state %= RNG_MODULUS; in DecodeKey()