rdrand - An RNG driver for the RdRand insn
authorAlex Hornung <ahornung@gmail.com>
Sat, 25 Feb 2012 08:21:48 +0000 (08:21 +0000)
committerAlex Hornung <ahornung@gmail.com>
Sat, 25 Feb 2012 08:42:10 +0000 (08:42 +0000)
commit83c3760782ba564d010efd016db0045fd25a1aa4
treee89fd4f73698bdff63aca5989c61329ac3473e6e
parent0756733f67cbef259d331df31f25253f03ab873f
rdrand - An RNG driver for the RdRand insn

 * The driver is as of yet untested as the hardware is not yet
   available!
sys/dev/crypto/Makefile
sys/dev/crypto/rdrand/Makefile [new file with mode: 0644]
sys/dev/crypto/rdrand/rdrand.c [new file with mode: 0644]
sys/dev/crypto/rdrand/rdrand_harvest_i386.S [new file with mode: 0644]
sys/dev/crypto/rdrand/rdrand_harvest_x86_64.S [new file with mode: 0644]
sys/platform/pc32/conf/files
sys/platform/pc64/conf/files