aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-27crypto: tcrypt - add missing tests for camellia and ghashGravatar Jussi Kivilinna 1-0/+7
2012-09-27crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Gravatar Suresh Siddha 1-6/+0
2012-08-01crypto: testmgr - add larger cast6 testvectorsGravatar Johannes Goetzfried 1-0/+50
2012-08-01crypto: testmgr - add larger cast5 testvectorsGravatar Johannes Goetzfried 1-0/+32
2012-07-11crypto: atmel - add new tests to tcryptGravatar Nicolas Royer 1-5/+45
2012-06-14crypto: testmgr - add ecb(arc4) speed testsGravatar Jussi Kivilinna 1-0/+10
2012-06-12crypto: twofish - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 1-0/+23
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverGravatar Sonic Zhang 1-0/+3
2012-03-14crypto: tcrypt - add more camellia testsGravatar Jussi Kivilinna 1-0/+12
2011-11-09crypto: tcrypt - add xts(twofish) testsGravatar Jussi Kivilinna 1-0/+5
2011-11-09crypto: tcrypt - add xts(serpent) testsGravatar Jussi Kivilinna 1-0/+9
2011-11-09crypto: tcrypt - add lrw(twofish) testsGravatar Jussi Kivilinna 1-0/+5
2011-11-09crypto: tcrypt - add lrw(serpent) testsGravatar Jussi Kivilinna 1-0/+9
2011-11-09crypto: tcrypt - add serpent speed testsGravatar Jussi Kivilinna 1-0/+30
2011-11-09crypto: tcrypt - add test_acipher_speedGravatar Jussi Kivilinna 1-0/+250
2011-11-09crypto: testmgr - add new serpent test vectorsGravatar Jussi Kivilinna 1-0/+2
2011-10-21crypto: testmgr - add twofish testsGravatar Jussi Kivilinna 1-0/+1
2011-10-21crypto: testmgr - add blowfish test-vectorsGravatar Jussi Kivilinna 1-0/+1
2011-10-21crypto: tcrypt - add ctr(twofish) speed testGravatar Jussi Kivilinna 1-0/+4
2011-09-22crypto: tcrypt - add ctr(blowfish) speed testGravatar Jussi Kivilinna 1-0/+4
2011-05-04crypto: tcrypt - CTR mode speed test for AESGravatar Jan Glauber 1-0/+4
2011-03-04crypto: tcrypt - do not attempt to write to readonly variableGravatar David Sterba 1-1/+2
2010-11-13crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsGravatar Adrian Hoban 1-0/+11
2010-05-19crypto: tcrypt - Add speed tests for async hashingGravatar David S. Miller 1-6/+330
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Herbert Xu 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-03-10crypto: tcrypt - Speed testing support for ghashGravatar Huang Ying 1-0/+7
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportGravatar Shane Wang 1-0/+4
2009-07-14crypto: tcrypt - Add mask parameterGravatar Herbert Xu 1-3/+6
2009-06-19crypto: tcrypt - Fix module return code when testing by nameGravatar Herbert Xu 1-1/+1
2009-06-19crypto: tcrypt - Test algorithms by nameGravatar Steffen Klassert 1-1/+14
2009-06-02crypto: tcrypt - Do not exit on success in fips modeGravatar Jarod Wilson 1-74/+90
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsGravatar Jarod Wilson 1-0/+1
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsGravatar Jarod Wilson 1-0/+4
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Gravatar Jarod Wilson 1-0/+4
2009-06-02crypto: tcrypt - Reduce stack sizeGravatar Frank Seidel 1-7/+9
2009-03-04crypto: testmgr - add zlib testGravatar Geert Uytterhoeven 1-1/+5
2008-08-29crypto: cryptomgr - Add test infrastructureGravatar Herbert Xu 1-1700/+8
2008-08-29crypto: tcrypt - Add alg_test interfaceGravatar Herbert Xu 1-438/+1017
2008-08-29crypto: tcrypt - Abort and only log if there is an errorGravatar Herbert Xu 1-146/+200
2008-08-29crypto: tcrypt - Avoid using contiguous pagesGravatar Herbert Xu 1-153/+151
2008-08-13crypto: tcrypt - Fix AEAD chunk testingGravatar Herbert Xu 1-9/+19
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hGravatar Herbert Xu 1-0/+1
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsGravatar Herbert Xu 1-10/+5
2008-07-10[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeGravatar Neil Horman 1-0/+16
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceGravatar Loc Ho 1-19/+57
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Gravatar Adrian-Ken Rueegsegger 1-2/+19
2008-07-10[CRYPTO] tcrypt: Catch cipher destination memory corruptionGravatar Patrick McHardy 1-5/+21
2008-07-10[CRYPTO] tcrpyt: Get rid of change log in sourceGravatar Herbert Xu 1-8/+0
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Gravatar Adrian-Ken Rueegsegger 1-1/+28