freebsd-dev/sys/dev/random
Konstantin Belousov ef9461ba0e Add support for new Intel on-CPU Bull Mountain random number
generator, found on IvyBridge and supposedly later CPUs, accessible
with RDRAND instruction.

From the Intel whitepapers and articles about Bull Mountain, it seems
that we do not need to perform post-processing of RDRAND results, like
AES-encryption of the data with random IV and keys, which was done for
Padlock. Intel claims that sanitization is performed in hardware.

Make both Padlock and Bull Mountain random generators support code
covered by kernel config options, for the benefit of people who prefer
minimal kernels. Also add the tunables to disable hardware generator
even if detected.

Reviewed by:	markm, secteam (simon)
Tested by:	bapt, Michael Moll <kvedulv@kvedulv.de>
MFC after:	3 weeks
2012-09-05 13:18:51 +00:00
..
harvest.c Generate a warning if the kernel's arc4random() is seeded with bogus entropy. 2012-01-16 20:18:10 +00:00
hash.c
hash.h
ivy.c Add support for new Intel on-CPU Bull Mountain random number 2012-09-05 13:18:51 +00:00
nehemiah.c Add support for new Intel on-CPU Bull Mountain random number 2012-09-05 13:18:51 +00:00
probe.c Add support for new Intel on-CPU Bull Mountain random number 2012-09-05 13:18:51 +00:00
randomdev_soft.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
randomdev_soft.h
randomdev.c
randomdev.h
yarrow.c
yarrow.h