Lines Matching full:jitter
2 * Non-physical true random number generator based on timing jitter --
3 * Jitter RNG standalone code.
54 …#error "The CPU Jitter random number generator must not be compiled with optimizations. See docume…
201 * The Jitter RNG uses an enhanced version of the Repetition Count Test
204 * values during the generation of one Jitter RNG output block.
208 * During the counting operation, the Jitter RNG always calculates the RCT
210 * the Jitter RNG output block will be calculated completely but discarded at
211 * the end. The caller of the Jitter RNG is informed with an error code.
239 * 1st derivative of the jitter measurement (time delta)
240 * 2nd derivative of the jitter measurement (delta of time deltas)
241 * 3rd derivative of the jitter measurement (delta of delta of time deltas)
246 * @current_delta [in] Jitter time delta
249 * 0 jitter measurement not stuck (good bit)
250 * 1 jitter measurement stuck (reject bit)
341 * CPU Jitter noise source -- this is the noise source based on the CPU
342 * execution time jitter
440 * use the CPU jitter in the time deltas. The jitter is injected into the
546 * At this point, the Jitter RNG instance is considered in jent_read_entropy()
646 * jitter entropy that could potentially be caught here. But in jent_entropy_init()
775 * If we have more than 90% stuck results, then this Jitter RNG is in jent_entropy_init()