summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: tcrypt - add missing tests for camellia and ghashJussi Kivilinna2012-09-271-0/+7
* crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Suresh Siddha2012-09-271-6/+0
* crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried2012-08-011-0/+50
* crypto: testmgr - add larger cast5 testvectorsJohannes Goetzfried2012-08-011-0/+32
* crypto: atmel - add new tests to tcryptNicolas Royer2012-07-111-5/+45
* crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna2012-06-141-0/+10
* crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-121-0/+23
* crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang2012-06-121-0/+3
* crypto: tcrypt - add more camellia testsJussi Kivilinna2012-03-141-0/+12
* crypto: tcrypt - add xts(twofish) testsJussi Kivilinna2011-11-091-0/+5
* crypto: tcrypt - add xts(serpent) testsJussi Kivilinna2011-11-091-0/+9
* crypto: tcrypt - add lrw(twofish) testsJussi Kivilinna2011-11-091-0/+5
* crypto: tcrypt - add lrw(serpent) testsJussi Kivilinna2011-11-091-0/+9
* crypto: tcrypt - add serpent speed testsJussi Kivilinna2011-11-091-0/+30
* crypto: tcrypt - add test_acipher_speedJussi Kivilinna2011-11-091-0/+250
* crypto: testmgr - add new serpent test vectorsJussi Kivilinna2011-11-091-0/+2
* crypto: testmgr - add twofish testsJussi Kivilinna2011-10-211-0/+1
* crypto: testmgr - add blowfish test-vectorsJussi Kivilinna2011-10-211-0/+1
* crypto: tcrypt - add ctr(twofish) speed testJussi Kivilinna2011-10-211-0/+4
* crypto: tcrypt - add ctr(blowfish) speed testJussi Kivilinna2011-09-221-0/+4
* crypto: tcrypt - CTR mode speed test for AESJan Glauber2011-05-041-0/+4
* crypto: tcrypt - do not attempt to write to readonly variableDavid Sterba2011-03-041-1/+2
* crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban2010-11-131-0/+11
* crypto: tcrypt - Add speed tests for async hashingDavid S. Miller2010-05-191-6/+330
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2010-05-031-1/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* | crypto: tcrypt - Speed testing support for ghashHuang Ying2010-03-101-0/+7
|/
* crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-021-0/+4
* crypto: tcrypt - Add mask parameterHerbert Xu2009-07-141-3/+6
* crypto: tcrypt - Fix module return code when testing by nameHerbert Xu2009-06-191-1/+1
* crypto: tcrypt - Test algorithms by nameSteffen Klassert2009-06-191-1/+14
* crypto: tcrypt - Do not exit on success in fips modeJarod Wilson2009-06-021-74/+90
* crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson2009-06-021-0/+1
* crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson2009-06-021-0/+4
* crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson2009-06-021-0/+4
* crypto: tcrypt - Reduce stack sizeFrank Seidel2009-06-021-7/+9
* crypto: testmgr - add zlib testGeert Uytterhoeven2009-03-041-1/+5
* crypto: cryptomgr - Add test infrastructureHerbert Xu2008-08-291-1700/+8
* crypto: tcrypt - Add alg_test interfaceHerbert Xu2008-08-291-438/+1017
* crypto: tcrypt - Abort and only log if there is an errorHerbert Xu2008-08-291-146/+200
* crypto: tcrypt - Avoid using contiguous pagesHerbert Xu2008-08-291-153/+151
* crypto: tcrypt - Fix AEAD chunk testingHerbert Xu2008-08-131-9/+19
* crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu2008-07-101-0/+1
* crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu2008-07-101-10/+5
* [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman2008-07-101-0/+16
* [CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho2008-07-101-19/+57
* [CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2008-07-101-2/+19
* [CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy2008-07-101-5/+21
* [CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu2008-07-101-8/+0
* [CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger2008-07-101-1/+28