DragonFly commits List (threaded) for 2011-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: padlock - Shuffle around, add rng x86_64 support
commit 7677fc119695823b1f4e563b17f128ae2cedfd73
Author: Alex Hornung <ahornung@gmail.com>
Date: Sun Jun 19 08:30:36 2011 +0100
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.
Summary of changes:
sys/conf/files | 5 -----
sys/dev/crypto/padlock/Makefile | 2 +-
.../padlock/{rng_harvest.S => rng_harvest_i386.S} | 0
.../{rng_harvest.S => rng_harvest_x86_64.S} | 14 +++++++-------
sys/platform/pc32/conf/files | 5 +++++
sys/platform/pc64/conf/files | 5 +++++
6 files changed, 18 insertions(+), 13 deletions(-)
copy sys/dev/crypto/padlock/{rng_harvest.S => rng_harvest_i386.S} (100%)
rename sys/dev/crypto/padlock/{rng_harvest.S => rng_harvest_x86_64.S} (91%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7677fc119695823b1f4e563b17f128ae2cedfd73
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]