padlock - initial rng support
authorAlex Hornung <ahornung@gmail.com>
Sat, 18 Jun 2011 00:23:28 +0000 (01:23 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sat, 18 Jun 2011 00:24:52 +0000 (01:24 +0100)
commit4190f1a0ae387f9adb9b122c1b4f1b746c26978d
tree15080b6651d97c458263b859f29bef0f86b886cc
parent353fa180f1e83ad2039c7ec1802cb85fb1f96a4e
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.
sys/dev/crypto/padlock/Makefile
sys/dev/crypto/padlock/padlock.c
sys/dev/crypto/padlock/padlock.h
sys/dev/crypto/padlock/padlock_rng.c [new file with mode: 0644]