Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace add_*_randomness with enqueue_randomness() | 2018-04-28 | 1 | -2/+2 | |
| | | | | | | | | | this gets rid of the source annotation which doesn't really add anything other than adding complexitiy. randomess is generally good enough that the few extra bits that the source type would add are not worth it. ok mikeb@ deraadt@ | ||||
* | Hyper-V hosts make 64 bytes of entropy available to guests in the form | 2017-01-10 | 1 | -0/+89 | |
of a OEM0 ACPI table. acpihve(4) feeds this data into the kernel entropy pool. This is less interesting for machines with rdrand, but there are still pre ivy bridge machines running Hyper-V (including parts of Azure). ok mikeb@ reyk@ deraadt@ mlarkin@ |