Home
last modified time | relevance | path

Searched refs:ysp_source_bits (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/random/
Dyarrow.c98 u_int ysp_source_bits[ENTROPYSOURCE]; /* estimated bits of entropy per source */ member
199 yarrow_state.ys_pool[i].ysp_source_bits[j] = 0; in random_yarrow_init_alg()
234 yarrow_state.ys_pool[pl].ysp_source_bits[event->he_source] += event->he_bits; in random_yarrow_process_event()
240 if (yarrow_state.ys_pool[pl].ysp_source_bits[src] > yarrow_state.ys_pool[pl].ysp_thresh) in random_yarrow_process_event()
319 yarrow_state.ys_pool[i].ysp_source_bits[j] = 0; in random_yarrow_reseed_internal()