Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/random/
Dyarrow.c233 if((event->he_source < ENTROPYSOURCE)&&(pl < RANDOM_YARROW_NPOOLS)) { in random_yarrow_process_event()
234 yarrow_state.ys_pool[pl].ysp_source_bits[event->he_source] += event->he_bits; in random_yarrow_process_event()
447 e.he_source = (num + 3) % 3; /* calculate source */ in run_harvester_once()
Dunit_test.h85 enum random_entropy_source he_source; /* origin of the entropy */ member