看板 DFBSD_commit 關於我們 聯絡資訊
commit 3799fad22e0f9fec0b2aa93cfefdd3ced7d325f3 Author: Alex Hornung <ahornung@gmail.com> Date: Sat Jul 2 11:58:07 2011 +0100 tests - add twofish via cryptodev tests Summary of changes: test/crypto/twofish/Makefile | 4 + test/crypto/twofish/twofish_test.c | 394 ++++++ test/crypto/twofish/twofishecb_vk.txt | 2334 +++++++++++++++++++++++++++++++++ test/crypto/twofish/twofishecb_vt.txt | 1566 ++++++++++++++++++++++ 4 files changed, 4298 insertions(+), 0 deletions(-) create mode 100644 test/crypto/twofish/Makefile create mode 100644 test/crypto/twofish/twofish_test.c create mode 100644 test/crypto/twofish/twofishecb_vk.txt create mode 100644 test/crypto/twofish/twofishecb_vt.txt http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3799fad22e0f9fec0b2aa93cfefdd3ced7d325f3 -- DragonFly BSD source repository