Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/
H A Drandom_harvestq.c318 uint32_t ht_rct_value[HARVESTSIZE + 1]; member
365 copy_event(ht->ht_rct_value, event); in random_healthtest_rct_init()
381 if (memcmp(val, ht->ht_rct_value, sizeof(ht->ht_rct_value)) != 0) { in random_healthtest_rct_next()
383 memcpy(ht->ht_rct_value, val, sizeof(ht->ht_rct_value)); in random_healthtest_rct_next()