padlock - Shuffle around, add rng x86_64 support
authorAlex Hornung <ahornung@gmail.com>
Sun, 19 Jun 2011 07:30:36 +0000 (08:30 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sun, 19 Jun 2011 07:30:36 +0000 (08:30 +0100)
commit7677fc119695823b1f4e563b17f128ae2cedfd73
treedb168d7889f122df3c07cf86779d36a071823d9f
parent536ab87d9381571230a03da716f103e1417086d2
padlock - Shuffle around, add rng x86_64 support

 * Move the config to the platform dependent conf/files, as the assembly
   is platform dependent, and so is padlock in general.

 * Add a preliminary rng_harvest_x86_64.S, but as there is no padlock
   documentation for x86_64, the implementation could be wrong.
sys/conf/files
sys/dev/crypto/padlock/Makefile
sys/dev/crypto/padlock/rng_harvest_i386.S [copied from sys/dev/crypto/padlock/rng_harvest.S with 100% similarity]
sys/dev/crypto/padlock/rng_harvest_x86_64.S [moved from sys/dev/crypto/padlock/rng_harvest.S with 91% similarity]
sys/platform/pc32/conf/files
sys/platform/pc64/conf/files