git: test - Add crypto(dev) tests from OpenBSD

看板DFBSD_commit作者時間15年前 (2010/08/21 21:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 4fc4f495e9f85eab2888f8397eb794913bc3a824 Author: Alex Hornung <ahornung@gmail.com> Date: Sat Aug 21 13:58:23 2010 +0100 test - Add crypto(dev) tests from OpenBSD * Obtained-from: OpenBSD Summary of changes: test/crypto/aes/Makefile | 4 + test/crypto/aes/aestest.c | 366 +++++++++ test/crypto/aes/ecbnk44.txt | 779 ++++++++++++++++++ test/crypto/aes/ecbnk48.txt | 1547 +++++++++++++++++++++++++++++++++++ test/crypto/aes/ecbnt44.txt | 779 ++++++++++++++++++ test/crypto/aes/ecbnt48.txt | 779 ++++++++++++++++++ test/crypto/aes/ecbvk44.txt | 398 +++++++++ test/crypto/aes/ecbvk48.txt | 782 ++++++++++++++++++ test/crypto/aes/ecbvt44.txt | 398 +++++++++ test/crypto/aes/ecbvt48.txt | 398 +++++++++ test/crypto/aesctr/Makefile | 4 + test/crypto/aesctr/aesctr.c | 295 +++++++ test/crypto/aesxts/Makefile | 4 + test/crypto/aesxts/aes_xts.c | 1848 ++++++++++++++++++++++++++++++++++++++++++ 14 files changed, 8381 insertions(+), 0 deletions(-) create mode 100644 test/crypto/aes/Makefile create mode 100644 test/crypto/aes/aestest.c create mode 100644 test/crypto/aes/ecbnk44.txt create mode 100644 test/crypto/aes/ecbnk48.txt create mode 100644 test/crypto/aes/ecbnt44.txt create mode 100644 test/crypto/aes/ecbnt48.txt create mode 100644 test/crypto/aes/ecbvk44.txt create mode 100644 test/crypto/aes/ecbvk48.txt create mode 100644 test/crypto/aes/ecbvt44.txt create mode 100644 test/crypto/aes/ecbvt48.txt create mode 100644 test/crypto/aesctr/Makefile create mode 100644 test/crypto/aesctr/aesctr.c create mode 100644 test/crypto/aesxts/Makefile create mode 100644 test/crypto/aesxts/aes_xts.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4fc4f495e9f85eab2888f8397eb794913bc3a824 -- DragonFly BSD source repository
文章代碼(AID): #1CRzLTom (DFBSD_commit)