git: rdrand - An RNG driver for the RdRand insn

Alex Hornung alexh at crater.dragonflybsd.org
Sat Feb 25 00:49:41 PST 2012


commit 83c3760782ba564d010efd016db0045fd25a1aa4
Author: Alex Hornung <ahornung at 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





More information about the Commits mailing list