summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
AgeCommit message (Expand)AuthorLines
2010-05-19crypto: tcrypt - Add speed tests for async hashingDavid S. Miller-6/+330
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2010-03-10crypto: tcrypt - Speed testing support for ghashHuang Ying-0/+7
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang-0/+4
2009-07-14crypto: tcrypt - Add mask parameterHerbert Xu-3/+6
2009-06-19crypto: tcrypt - Fix module return code when testing by nameHerbert Xu-1/+1
2009-06-19crypto: tcrypt - Test algorithms by nameSteffen Klassert-1/+14
2009-06-02crypto: tcrypt - Do not exit on success in fips modeJarod Wilson-74/+90
2009-06-02crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson-0/+1
2009-06-02crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson-0/+4
2009-06-02crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson-0/+4
2009-06-02crypto: tcrypt - Reduce stack sizeFrank Seidel-7/+9
2009-03-04crypto: testmgr - add zlib testGeert Uytterhoeven-1/+5
2008-08-29crypto: cryptomgr - Add test infrastructureHerbert Xu-1700/+8
2008-08-29crypto: tcrypt - Add alg_test interfaceHerbert Xu-438/+1017
2008-08-29crypto: tcrypt - Abort and only log if there is an errorHerbert Xu-146/+200
2008-08-29crypto: tcrypt - Avoid using contiguous pagesHerbert Xu-153/+151
2008-08-13crypto: tcrypt - Fix AEAD chunk testingHerbert Xu-9/+19
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu-0/+1
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu-10/+5
2008-07-10[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman-0/+16
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho-19/+57
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger-2/+19
2008-07-10[CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy-5/+21
2008-07-10[CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu-8/+0
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger-1/+28
2008-07-08crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins-9/+1
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal-4/+4
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman-2/+14
2008-04-21[CRYPTO] tcrypt: Change the usage of the test vectorsSebastian Siewior-165/+181
2008-04-21[CRYPTO] tcrypt: Shrink speed templatesSebastian Siewior-39/+50
2008-04-21[CRYPTO] tcrypt: Group common speed templatesSebastian Siewior-37/+33
2008-01-11[CRYPTO] tcrypt: Make xcbc available as a standalone testHerbert Xu-0/+6
2008-01-11[CRYPTO] tcrypt: Zero axbuf in the right functionHerbert Xu-1/+1
2008-01-11[CRYPTO] tcrypt: Add CCM vectorsJoy Latten-2/+29
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu-4/+4
2008-01-11[CRYPTO] tcrypt: Added salsa20 speed testTan Swee Heng-0/+5
2008-01-11[CRYPTO] lzo: Add LZO compression algorithm supportZoltan Sogor-1/+8
2008-01-11[CRYPTO] tcrypt: Add common compression tester functionZoltan Sogor-13/+20
2008-01-11[CRYPTO] gcm: Fix ICV handlingHerbert Xu-28/+16
2008-01-11[CRYPTO] tcrypt: Make gcm available as a standalone testHerbert Xu-0/+7
2008-01-11[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.hDenis Cheng-4/+3
2008-01-11[CRYPTO] tcrypt: Support for large test vectorsTan Swee Heng-36/+34
2008-01-11[CRYPTO] gcm: New algorithmMikko Herranen-0/+5
2008-01-11[CRYPTO] tcrypt: Add aead supportMikko Herranen-9/+249
2008-01-11[CRYPTO] salsa20: Salsa20 stream cipherTan Swee Heng-1/+7
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch-3/+19
2008-01-11[CRYPTO] ctr: Add countersizeJoy Latten-4/+4
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten-0/+8