CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/27 19:25:26
Added files:
sys/arch/amd64/stand/libsa: random_i386.S
sys/arch/i386/stand/libsa: random_i386.S
Log message:
Add initial implementations of early MD random, for use in the boot code.
This makes use of rdrand if the CPU supports it, otherwise we fall back to
using rdtsc. Further development will happen in the tree.
Tested by phessler@
ok deraadt@
