aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-14crypto: tcrypt - add more camellia testsJussi Kivilinna1-0/+12
2011-11-09crypto: tcrypt - add xts(twofish) testsJussi Kivilinna1-0/+5
2011-11-09crypto: tcrypt - add xts(serpent) testsJussi Kivilinna1-0/+9
2011-11-09crypto: tcrypt - add lrw(twofish) testsJussi Kivilinna1-0/+5
2011-11-09crypto: tcrypt - add lrw(serpent) testsJussi Kivilinna1-0/+9
2011-11-09crypto: tcrypt - add serpent speed testsJussi Kivilinna1-0/+30
2011-11-09crypto: tcrypt - add test_acipher_speedJussi Kivilinna1-0/+250
2011-11-09crypto: testmgr - add new serpent test vectorsJussi Kivilinna1-0/+2
2011-10-21crypto: testmgr - add twofish testsJussi Kivilinna1-0/+1
2011-10-21crypto: testmgr - add blowfish test-vectorsJussi Kivilinna1-0/+1
2011-10-21crypto: tcrypt - add ctr(twofish) speed testJussi Kivilinna1-0/+4
2011-09-22crypto: tcrypt - add ctr(blowfish) speed testJussi Kivilinna1-0/+4
2011-05-04crypto: tcrypt - CTR mode speed test for AESJan Glauber1-0/+4
2011-03-04crypto: tcrypt - do not attempt to write to readonly variableDavid Sterba1-1/+2
2010-11-13crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban1-0/+11
2010-05-19crypto: tcrypt - Add speed tests for async hashingDavid S. Miller1-6/+330
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-10crypto: tcrypt - Speed testing support for ghashHuang Ying1-0/+7
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang1-0/+4
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu1-3/+6
2009-06-19crypto: tcrypt - Fix module return code when testing by nameHerbert Xu1-1/+1
2009-06-19crypto: tcrypt - Test algorithms by nameSteffen Klassert1-1/+14
2009-06-02crypto: tcrypt - Do not exit on success in fips modeJarod Wilson1-74/+90
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson1-0/+1
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson1-0/+4
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson1-0/+4
2009-06-02crypto: tcrypt - Reduce stack sizeFrank Seidel1-7/+9
2009-03-04crypto: testmgr - add zlib testGeert Uytterhoeven1-1/+5
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu1-1700/+8
2008-08-29crypto: tcrypt - Add alg_test interfaceHerbert Xu1-438/+1017
2008-08-29crypto: tcrypt - Abort and only log if there is an errorHerbert Xu1-146/+200
2008-08-29crypto: tcrypt - Avoid using contiguous pagesHerbert Xu1-153/+151
2008-08-13crypto: tcrypt - Fix AEAD chunk testingHerbert Xu1-9/+19
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu1-0/+1
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu1-10/+5
2008-07-10[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman1-0/+16
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho1-19/+57
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger1-2/+19
2008-07-10[CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy1-5/+21
2008-07-10[CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu1-8/+0
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger1-1/+28
2008-07-08crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins1-9/+1
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal1-4/+4
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman1-2/+14
2008-04-21[CRYPTO] tcrypt: Change the usage of the test vectorsSebastian Siewior1-165/+181
2008-04-21[CRYPTO] tcrypt: Shrink speed templatesSebastian Siewior1-39/+50
2008-04-21[CRYPTO] tcrypt: Group common speed templatesSebastian Siewior1-37/+33
2008-01-11[CRYPTO] tcrypt: Make xcbc available as a standalone testHerbert Xu1-0/+6
2008-01-11[CRYPTO] tcrypt: Zero axbuf in the right functionHerbert Xu1-1/+1