Searched refs:he_somecounter (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/random/
H A Drandom_harvestq.h38 uint32_t he_somecounter; /* fast counter for clock jitter */ member in struct:harvest_event
H A Dunit_test.h75 uintmax_t he_somecounter; /* fast counter for clock jitter */ member in struct:harvest_event
H A Dfortuna.c250 &event->he_somecounter, sizeof(event->he_somecounter));
261 sizeof(event->he_somecounter) + event->he_size);
H A Drandom_harvestq.c415 event.he_somecounter = (uint32_t)get_cyclecount();
472 event->he_somecounter = (uint32_t)get_cyclecount();
518 event.he_somecounter = (uint32_t)get_cyclecount();
H A Dunit_test.c158 e.he_somecounter = i;
H A Drandomdev.c259 event.he_somecounter = (uint32_t)get_cyclecount();

Completed in 61 milliseconds