summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/yarrow.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/yarrow.h')
-rw-r--r--sys/dev/random/yarrow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h
index 49cc602..964ae65 100644
--- a/sys/dev/random/yarrow.h
+++ b/sys/dev/random/yarrow.h
@@ -31,7 +31,7 @@
* an enum in sys/random.h
*/
-#define ENTROPYBIN 256 /* buckets to harvest entropy events */
+#define HARVEST_RING_SIZE 1024 /* harvest ring buffer size */
#define TIMEBIN 16 /* max value for Pt/t */
#define HARVESTSIZE 16 /* max size of each harvested entropy unit */
OpenPOWER on IntegriCloud