Lines Matching refs:run
78 /* Run FIPS 140 statistical tests on a file */
172 /* end of run */
174 endrun(rngtest_t *const rc, const int last, int run)
176 if (run >= longrun) {
177 printf("Kernel RNG \"%s\" long run test FAILURE: "
178 "Run of %d %ds found\n", rc->rt_name, run, last);
181 if (run > 6)
182 run = 6;
183 ++rc->rt_runs[last][run];
194 int run;
228 run = 0;
233 endrun(rc, last, run);
234 run = 0;
237 ++run;
240 endrun(rc, last, run);
242 for (run = 1; run <= 6; ++run) {
244 if (rc->rt_runs[last][run] <= minrun[run]) {
247 rc->rt_name, run, last,
248 rc->rt_runs[last][run], minrun[run]);
250 } else if (rc->rt_runs[last][run] >= maxrun[run]) {
253 rc->rt_name, run, last,
254 rc->rt_runs[last][run], maxrun[run]);