summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - add aead null encryption test vectorsHoria Geanta2014-03-211-0/+32
* crypto: testmgr - fix sglen in test_aead for case 'dst != src'Horia Geanta2013-11-281-14/+12
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-6/+6
* Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-071-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-071-10/+0
|\
| * Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-241-10/+0
* | crypto: testmgr - remove double execution of the same test suiteCristian Stoica2013-08-011-1/+1
|/
* 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