Searched refs:random_state (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/random/
H A Dyarrow.c59 static struct random_state { struct
77 } random_state; variable in typeref:struct:random_state
96 random_state.counter.qword[0] = 0UL;
97 random_state.counter.qword[1] = 0UL;
106 random_state.counter.qword[0]++;
107 if (!random_state.counter.qword[0])
108 random_state.counter.qword[1]++;
134 pl = random_state.which;
135 source = &random_state.pool[pl].source[event->source];
136 randomdev_hash_iterate(&random_state
[all...]

Completed in 101 milliseconds