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…
247 * The Jitter RNG uses an enhanced version of the Repetition Count Test
250 * values during the generation of one Jitter RNG output block.
254 * During the counting operation, the Jitter RNG always calculates the RCT
256 * the Jitter RNG output block will be calculated completely but discarded at
257 * the end. The caller of the Jitter RNG is informed with an error code.
309 * 1st derivative of the jitter measurement (time delta)
310 * 2nd derivative of the jitter measurement (delta of time deltas)
311 * 3rd derivative of the jitter measurement (delta of delta of time deltas)
316 * @current_delta [in] Jitter time delta
319 * 0 jitter measurement not stuck (good bit)
320 * 1 jitter measurement stuck (reject bit)
410 * CPU Jitter noise source -- this is the noise source based on the CPU
411 * execution time jitter
509 * use the CPU jitter in the time deltas. The jitter is injected into the
620 * At this point, the Jitter RNG instance is considered in jent_read_entropy()
742 * jitter entropy that could potentially be caught here. But in jent_entropy_init()