Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev/rndvar.h no longer has statistical interfaces (removed during various | 2020-05-29 | 1 | -2/+1 | |
| | | | | | | conversion steps). it only contains kernel prototypes for 4 interfaces, all of which legitimately belong in sys/systm.h, which are already included by all enqueue_randomness() users. | ||||
* | replace add_*_randomness with enqueue_randomness() | 2018-04-28 | 1 | -5/+5 | |
| | | | | | | | | | 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@ | ||||
* | Add mvrng(4), a driver for the random number generator on the Marvell Armada | 2018-04-02 | 1 | -0/+147 | |
7K & 8K SoCs. |