summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/mvrng.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-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()jasper2018-04-281-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 Armadakettenis2018-04-021-0/+147
7K & 8K SoCs.