summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - test hash implementations with unaligned buffersJussi Kivilinna2013-06-211-2/+39
* crypto: testmgr - test AEADs with unaligned buffersJussi Kivilinna2013-06-211-6/+31
* crypto: testmgr - test skciphers with unaligned buffersJussi Kivilinna2013-06-211-4/+29
* crypto: testmgr - check that entries in alg_test_descs are in correct orderJussi Kivilinna2013-06-211-0/+31
* Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-211-12/+0
* Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-211-12/+0
* crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen2013-05-241-0/+10
* crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-251-0/+12
* crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-251-0/+15
* crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-0/+12
* crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-251-0/+12
* crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-251-0/+18
* crypto: testmgr - add empty test vectors for null ciphersJussi Kivilinna2013-04-251-0/+9
* crypto: testmgr - add AES GMAC test vectorsJussi Kivilinna2013-04-251-2/+15
* crypto: testmgr - add test vector for fcryptJussi Kivilinna2013-01-201-0/+15
* crypto: testmgr - allow compression algs in fips modeMilan Broz2012-12-061-0/+3
* crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna2012-12-061-372/+0
* crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna2012-12-061-2/+0
* crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-091-0/+62
* crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna2012-10-241-0/+15
* crypto: testmgr - add new larger DES testvectorsJussi Kivilinna2012-10-241-0/+15
* crypto: testmgr - make test_aead also test 'dst != src' code pathsJussi Kivilinna2012-09-271-48/+105
* crypto: testmgr - make test_skcipher also test 'dst != src' code pathsJussi Kivilinna2012-09-271-31/+76
* crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...Jussi Kivilinna2012-09-271-1/+1
* crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+60
* crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried2012-08-011-0/+60
* crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-011-0/+60
* crypto: testmgr - add larger cast5 testvectorsJohannes Goetzfried2012-08-011-0/+30
* crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectorsHoria Geanta2012-07-111-0/+36
* crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips modeMilan Broz2012-07-111-0/+38
* crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+60
* crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+60
* crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang2012-06-121-0/+9
* crypto: testmgr - add more camellia test vectorsJussi Kivilinna2012-03-141-0/+45
* crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna2011-11-211-0/+60
* crypto: testmgr - add xts(twofish) test vectorsJussi Kivilinna2011-11-091-0/+15
* crypto: testmgr - add xts(serpent) test vectorsJussi Kivilinna2011-11-091-0/+15
* crypto: testmgr - add lrw(twofish) test vectorsJussi Kivilinna2011-11-091-0/+15
* crypto: testmgr - add lrw(serpent) test vectorsJussi Kivilinna2011-11-091-0/+15
* crypto: testmgr - add new serpent test vectorsJussi Kivilinna2011-11-091-0/+30
* crypto: testmgr - add twofish testsJussi Kivilinna2011-10-211-0/+15
* crypto: testmgr - add blowfish test-vectorsJussi Kivilinna2011-10-211-0/+15
* crypto: testmgr - add support for aes ofb modePuneet Saxena2011-05-041-0/+16
* crypto: testmgr - mark ghash as fips_allowedJarod Wilson2011-01-291-0/+1
* crypto: testmgr - mark xts(aes) as fips_allowedJarod Wilson2011-01-291-0/+1
* crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban2010-11-131-0/+24
* crypto: testmgr - Fix test disabling optionHerbert Xu2010-08-061-2/+2
* crypto: testmgr - add an option to disable cryptoalgos' self-testsAlexander Shishkin2010-06-031-0/+14
* crypto: testmgr - Add testing for async hashing and update/finalDavid S. Miller2010-05-191-18/+48
* crypto: testmgr - Fix complain about lack test for internal used algorithmYouquan, Song2009-12-231-0/+84