Lines Matching refs:stuck
72 __u64 last_delta; /* SENSITIVE stuck test */
73 __s64 last_delta2; /* SENSITIVE stuck test */
88 int rct_count; /* Number of stuck values */
116 #define JENT_ESTUCK 8 /* Too many stuck results during init. */
174 * back-to-back values, the input to the RCT is the counting of the stuck
189 * @stuck [in] Indicator whether the value is stuck
191 static void jent_rct_insert(struct rand_data *ec, int stuck)
200 if (stuck) {
261 * 0 jitter measurement not stuck (good bit)
262 * 1 jitter measurement stuck (reject bit)
279 /* RCT with a stuck bit */
284 /* RCT with a non-stuck bit */
373 * @stuck [in] Is the time stamp identified as stuck?
381 int stuck)
426 * If the time stamp is stuck, do not finally insert the value into
433 if (!stuck)
513 * @return result of stuck test
519 int stuck;
532 /* Check whether we have a stuck measurement. */
533 stuck = jent_stuck(ec, current_delta);
536 jent_lfsr_time(ec, current_delta, 0, stuck);
538 return stuck;
555 /* If a stuck measurement is received, repeat measurement */
742 int stuck;
762 stuck = jent_stuck(&ec, delta);
774 if (stuck)
848 * If we have more than 90% stuck results, then this Jitter RNG is