mirror of
https://github.com/opnsense/src.git
synced 2026-03-08 00:01:54 -05:00
The random_get() system call works similar to getentropy()/getrandom() on OpenBSD/Linux. It fills a buffer with random data. This change introduces a new function, read_random_uio(), that is used to implement read() on the random devices. We can call into this function from within the CloudABI compatibility layer. Approved by: secteam Reviewed by: jmg, markm, wblock Obtained from: https://github.com/NuxiNL/freebsd Differential Revision: https://reviews.freebsd.org/D3053 |
||
|---|---|---|
| .. | ||
| build.sh | ||
| fortuna.c | ||
| fortuna.h | ||
| hash.c | ||
| hash.h | ||
| ivy.c | ||
| nehemiah.c | ||
| random_harvestq.c | ||
| random_harvestq.h | ||
| randomdev.c | ||
| randomdev.h | ||
| randomdev_none.c | ||
| uint128.h | ||
| unit_test.c | ||
| unit_test.h | ||
| yarrow.c | ||
| yarrow.h | ||