DragonFly commits List (threaded) for 2012-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: rdrand - An RNG driver for the RdRand insn
commit 83c3760782ba564d010efd016db0045fd25a1aa4
Author: Alex Hornung <ahornung@gmail.com>
Date: Sat Feb 25 08:21:48 2012 +0000
rdrand - An RNG driver for the RdRand insn
* The driver is as of yet untested as the hardware is not yet
available!
Summary of changes:
sys/dev/crypto/Makefile | 2 +-
sys/dev/crypto/rdrand/Makefile | 5 +
sys/dev/crypto/rdrand/rdrand.c | 156 +++++++++++++++++++++++++
sys/dev/crypto/rdrand/rdrand_harvest_i386.S | 80 +++++++++++++
sys/dev/crypto/rdrand/rdrand_harvest_x86_64.S | 78 ++++++++++++
sys/platform/pc32/conf/files | 2 +
sys/platform/pc64/conf/files | 2 +
7 files changed, 324 insertions(+), 1 deletions(-)
create mode 100644 sys/dev/crypto/rdrand/Makefile
create mode 100644 sys/dev/crypto/rdrand/rdrand.c
create mode 100644 sys/dev/crypto/rdrand/rdrand_harvest_i386.S
create mode 100644 sys/dev/crypto/rdrand/rdrand_harvest_x86_64.S
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83c3760782ba564d010efd016db0045fd25a1aa4
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]