mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
There is no more TAILQ fifo to harvest the entropy; instead, there is a circular buffer of constant size (changeable by macro) that pretty dramatically improves the speed and fixes potential slowdowns- by-locking. Also gone are a slew of malloc(9) and free(9) calls; all harvesting buffers are static. All-in-all, this is a good performance improvement. Thanks-to: msmith for the circular buffer concept-code. |
||
|---|---|---|
| .. | ||
| harvest.c | ||
| hash.c | ||
| hash.h | ||
| randomdev.c | ||
| yarrow.c | ||
| yarrow.h | ||