Searched refs:xor_keys (Results 1 – 4 of 4) sorted by relevance
729 static const uint64_t xor_keys[] = { variable742 dest[i] = src[i] ^ xor_keys[i]; in scramble_seed()
856 static const uint64_t xor_keys[] = { variable869 dest[i] = src[i] ^ xor_keys[i]; in scramble_seed()
158 (xor_keys): Reduce size to match new PRNG.
1399 * intrinsics/random.c (xor_keys): New array with "secret" keys.1400 (scramble_seed): XOR given seed with xor_keys array rather than