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

Alex Hornung alexh at crater.dragonflybsd.org
Sat Aug 21 06:29:34 PDT 2010


commit 4fc4f495e9f85eab2888f8397eb794913bc3a824
Author: Alex Hornung <ahornung at 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





More information about the Commits mailing list