git: padlock - initial rng support
Alex Hornung
alexh at crater.dragonflybsd.org
Fri Jun 17 17:27:51 PDT 2011
commit 4190f1a0ae387f9adb9b122c1b4f1b746c26978d
Author: Alex Hornung <ahornung at gmail.com>
Date: Sat Jun 18 01:23:28 2011 +0100
padlock - initial rng support
* Please note that the rng support is completely experimental as I
don't have a VIA CPU available for testing.
* NOTE: this might cause a kernel panic until it's tested properly.
Summary of changes:
sys/dev/crypto/padlock/Makefile | 2 +-
sys/dev/crypto/padlock/padlock.c | 19 +++--
sys/dev/crypto/padlock/padlock.h | 13 +++
.../padlock/padlock_rng.c} | 103 ++++++++++++-------
4 files changed, 91 insertions(+), 46 deletions(-)
copy sys/dev/{disk/ahci/ahci_dragonfly.h => crypto/padlock/padlock_rng.c} (50%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4190f1a0ae387f9adb9b122c1b4f1b746c26978d
--
DragonFly BSD source repository
More information about the Commits
mailing list