aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-03crypto: tcrypt - reschedule during speed testsHoria Geantă1-12/+24
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers1-1/+1
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers1-4/+0
2018-05-05crypto: tcrypt - Remove VLA usageKees Cook1-39/+79
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef1-0/+3
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufColin Ian King1-1/+1
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King1-2/+2
2017-12-28crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef1-59/+378
2017-12-28crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef1-0/+460
2017-12-28crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef1-30/+82
2017-12-28crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef1-12/+19
2017-12-28crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef1-1/+29
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef1-4/+9
2017-11-29crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus1-7/+9
2017-11-29crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu1-2/+4
2017-11-03crypto: tcrypt - move to generic async completionGilad Ben-Yossef1-59/+25
2017-11-03crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu1-2/+4
2017-11-03crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva1-57/+51
2017-09-22crypto: drop unnecessary return statementsGeliang Tang1-1/+0
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef1-1/+13
2017-08-03crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă1-4/+4
2017-05-18crypto: tcrypt - don't disable irqs and waitGilad Ben-Yossef1-4/+0
2017-01-23crypto: tcrypt - Add debug printsRabin Vincent1-0/+6
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi1-0/+16
2016-07-01crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash testHerbert Xu1-1/+3
2016-07-01crypto: tcrypt - Add speed test for ctsHerbert Xu1-0/+8
2016-07-01crypto: tcrypt - Use skcipherHerbert Xu1-197/+44
2016-06-29crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu1-58/+71
2016-06-28crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu1-5/+5
2016-06-28crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski1-19/+14
2016-06-28crypto: tcrypt - Add new mode for sha512_mbMegha Dey1-0/+4
2016-06-27crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey1-0/+118
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi1-1/+52
2016-02-06crypto: tcrypt - Use ahashHerbert Xu1-224/+15
2015-11-23crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen1-1/+1
2015-09-21crypto: tcrypt - avoid mapping from module image addressesHoria Geant?1-4/+13
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-6/+1
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi1-0/+15
2015-07-14crypto: tcrypt - Add support for new IV conventionHerbert Xu1-3/+8
2015-07-08crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh1-22/+43
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu1-7/+8
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu1-0/+5
2015-05-28crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu1-8/+7
2015-04-23crypto: tcrypt - Include crypto/aead.hHerbert Xu1-0/+1
2015-04-23crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu1-1/+1
2015-04-23crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu1-3/+3
2015-03-12crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?1-2/+2
2015-02-04crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica1-3/+8
2015-02-04crypto: tcrypt - fix buflen reminder calculationCristian Stoica1-8/+8
2015-01-13crypto: testmgr - don't use interruptible wait in testsRabin Vincent1-6/+4
2014-12-05crypto: tcrypt - Allow speed testing of arbitrary hash functionsHerbert Xu1-12/+20
2014-08-01crypto: Resolve shadow warningsMark Rustad1-38/+39
2014-07-03crypto: tcrypt - print cra driver name in tcrypt tests outputLuca Clementi1-11/+20
2014-06-20crypto: tcrypt - add ctr(des3_ede) sync speed testJussi Kivilinna1-0/+6
2014-05-22crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal1-1/+30
2014-04-28crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed()Christian Engelmayer1-1/+3
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead...Christian Engelmayer1-1/+2
2014-04-28crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too bigChristian Engelmayer1-8/+6
2014-03-21crypto: testmgr - add aead null encryption test vectorsHoria Geanta1-0/+8
2013-12-20crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...Tim Chen1-0/+270
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta1-0/+4
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu1-0/+8
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu1-8/+0
2013-05-24crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen1-0/+8
2013-04-25crypto: tcrypt - add async cipher speed tests for blowfishJussi Kivilinna1-0/+15
2013-04-25crypto: add CMAC support to CryptoAPIJussi Kivilinna1-1/+10
2013-04-25crypto: testmgr - add AES GMAC test vectorsJussi Kivilinna1-0/+4
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna1-0/+4
2012-11-09crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna1-0/+23
2012-10-24crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna1-0/+1
2012-10-24crypto: testmgr - add new larger DES testvectorsJussi Kivilinna1-0/+1
2012-10-15crypto: tcrypt - Added speed test in tcrypt for crc32cTim Chen1-0/+4
2012-09-27crypto: tcrypt - add missing tests for camellia and ghashJussi Kivilinna1-0/+7
2012-09-27crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Suresh Siddha1-6/+0
2012-08-01crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried1-0/+50
2012-08-01crypto: testmgr - add larger cast5 testvectorsJohannes Goetzfried1-0/+32
2012-07-11crypto: atmel - add new tests to tcryptNicolas Royer1-5/+45
2012-06-14crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna1-0/+10
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried1-0/+23
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang1-0/+3
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 imp...Tejun 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
2008-01-11[CRYPTO] tcrypt: Add CCM vectorsJoy Latten1-2/+29
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu1-4/+4
2008-01-11[CRYPTO] tcrypt: Added salsa20 speed testTan Swee Heng1-0/+5
2008-01-11[CRYPTO] lzo: Add LZO compression algorithm supportZoltan Sogor1-1/+8
2008-01-11[CRYPTO] tcrypt: Add common compression tester functionZoltan Sogor1-13/+20
2008-01-11[CRYPTO] gcm: Fix ICV handlingHerbert Xu1-28/+16
2008-01-11[CRYPTO] tcrypt: Make gcm available as a standalone testHerbert Xu1-0/+7
2008-01-11[CRYPTO] tcrypt: Use print_hex_dump from linux/kernel.hDenis Cheng1-4/+3
2008-01-11[CRYPTO] tcrypt: Support for large test vectorsTan Swee Heng1-36/+34
2008-01-11[CRYPTO] gcm: New algorithmMikko Herranen1-0/+5
2008-01-11[CRYPTO] tcrypt: Add aead supportMikko Herranen1-9/+249
2008-01-11[CRYPTO] salsa20: Salsa20 stream cipherTan Swee Heng1-1/+7
2008-01-11[CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224Jonathan Lynch1-3/+19
2008-01-11[CRYPTO] ctr: Add countersizeJoy Latten1-4/+4
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten1-0/+8
2007-10-27[CRYPTO] tcrypt: Move sg_init_table out of timing loopsHerbert Xu1-6/+14
2007-10-26[CRYPTO]: Initialize TCRYPT on-stack scatterlist objects correctly.David S. Miller1-11/+13
2007-10-22[SG] Update crypto/ to sg helpersJens Axboe1-2/+2
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel1-0/+12
2007-10-10[CRYPTO] seed: New cipher algorithmHye-Shik Chang1-1/+7
2007-05-18[CRYPTO] tcrypt: Add missing error checkHerbert Xu1-1/+1
2007-05-02[CRYPTO] tcrypt: Use async blkcipher interfaceHerbert Xu1-39/+82
2007-03-21[CRYPTO] tcrypt: Fix error checking for comp allocationSebastian Siewior1-1/+1
2007-02-07[CRYPTO] camellia: added the testing code of Camellia cipherNoriaki TAKAMIYA1-1/+41
2007-02-07[CRYPTO] tcrypt: Removed vestigial crypto_alloc_tfm callHerbert Xu1-1/+1
2007-02-07[CRYPTO] fcrypt: Add FCrypt from RxRPCDavid Howells1-1/+15
2007-02-07[CRYPTO] tcrypt: Added test vectors for sha384/sha512Andrew Donofrio1-0/+15
2006-12-06[CRYPTO] tcrypt: LRW test vectorsRik Snel1-0/+12
2006-12-06[CRYPTO] tcrypt: Add test vectors of AES_XCBCKazunori MIYAZAWA1-0/+3
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-4/+4
2006-09-21[CRYPTO] tcrypt: Use HMAC template and hash interfaceHerbert Xu1-147/+208
2006-09-21[CRYPTO] tcrypt: Use block ciphers where applicableHerbert Xu1-176/+259
2006-09-21[CRYPTO] tcrypt: Use test_hash for crc32cHerbert Xu1-104/+2
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-4/+1
2006-09-21[CRYPTO] crc32c: Fix unconventional setkey usageHerbert Xu1-0/+4
2006-06-26[CRYPTO] tcrypt: Speed benchmark support for digest algorithmsMichal Ludvig1-0/+170
2006-06-26[CRYPTO] tcrypt: Return -EAGAIN from module_init()Michal Ludvig1-1/+8
2006-01-06[PATCH] s390: in-kernel crypto test vectorsJan Glauber1-0/+4
2005-10-30[CRYPTO] Simplify one-member scatterlist expressionsHerbert Xu1-4/+4
2005-10-30[PATCH] Use sg_set_buf/sg_init_one where applicableDavid Hardeman1-37/+15
2005-09-01[CRYPTO]: Fix XTEA implementationAaron Grothe1-1/+10
2005-06-22[CRYPTO]: Use CPU cycle counters in tcryptHerbert Xu1-21/+95
2005-06-22[CRYPTO]: Use template keys for speed tests if possibleHerbert Xu1-22/+57
2005-06-22[CRYPTO]: Add cipher speed testsHarald Welte1-3/+131
2005-06-22[CRYPTO]: Kill unnecessary strncpy from tcryptHerbert Xu1-5/+5
2005-06-22[CRYPTO]: White space and coding style clean up in tcryptHerbert Xu1-168/+165
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+910