git: padlock - Shuffle around, add rng x86_64 support

看板DFBSD_commit作者時間14年前 (2011/06/19 16:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1D_Qp1qQ (DFBSD_commit)