summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers2018-05-271-4/+0
* crypto: tcrypt - Remove VLA usageKees Cook2018-05-051-39/+79
* crypto: testmgr - introduce SM4 testsGilad Ben-Yossef2018-03-161-0/+3
* crypto: tcrypt - free xoutbuf instead of axbufColin Ian King2018-01-121-1/+1
* crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King2018-01-121-2/+2
* crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef2017-12-281-59/+378
* crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef2017-12-281-0/+460
* crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef2017-12-281-30/+82
* crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef2017-12-281-12/+19
* crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef2017-12-281-1/+29
* crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef2017-12-281-4/+9
* crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus2017-11-291-7/+9
* crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu2017-11-291-2/+4
* crypto: tcrypt - move to generic async completionGilad Ben-Yossef2017-11-031-59/+25
* crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu2017-11-031-2/+4
* crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva2017-11-031-57/+51
* crypto: drop unnecessary return statementsGeliang Tang2017-09-221-1/+0
* crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef2017-09-221-1/+13
* crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă2017-08-031-4/+4
* crypto: tcrypt - don't disable irqs and waitGilad Ben-Yossef2017-05-181-4/+0
* crypto: tcrypt - Add debug printsRabin Vincent2017-01-231-0/+6
* crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi2016-07-011-0/+16
* crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash testHerbert Xu2016-07-011-1/+3
* crypto: tcrypt - Add speed test for ctsHerbert Xu2016-07-011-0/+8
* crypto: tcrypt - Use skcipherHerbert Xu2016-07-011-197/+44
* crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu2016-06-291-58/+71
* crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu2016-06-281-5/+5
* crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski2016-06-281-19/+14
* crypto: tcrypt - Add new mode for sha512_mbMegha Dey2016-06-281-0/+4
* crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey2016-06-271-0/+118
* crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi2016-06-201-1/+52
* crypto: tcrypt - Use ahashHerbert Xu2016-02-061-224/+15
* crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen2015-11-231-1/+1
* crypto: tcrypt - avoid mapping from module image addressesHoria Geant?2015-09-211-4/+13
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-6/+1
* crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi2015-07-171-0/+15
* crypto: tcrypt - Add support for new IV conventionHerbert Xu2015-07-141-3/+8
* crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh2015-07-081-22/+43
* crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu2015-06-181-7/+8
* crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu2015-06-181-0/+5
* crypto: tcrypt - Switch to new AEAD interfaceHerbert Xu2015-05-281-8/+7
* crypto: tcrypt - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: tcrypt - Include linux/fips.h for fips_enabledHerbert Xu2015-04-231-1/+1
* crypto: tcrypt - Handle async return from crypto_ahash_initHerbert Xu2015-04-231-3/+3
* crypto: tcrypt - fix uninit sg entries in test_acipher_speedHoria Geant?2015-03-121-2/+2
* crypto: tcrypt - do not allocate iv on stack for aead speed testsCristian Stoica2015-02-041-3/+8
* crypto: tcrypt - fix buflen reminder calculationCristian Stoica2015-02-041-8/+8
* crypto: testmgr - don't use interruptible wait in testsRabin Vincent2015-01-131-6/+4
* crypto: tcrypt - Allow speed testing of arbitrary hash functionsHerbert Xu2014-12-051-12/+20
* crypto: Resolve shadow warningsMark Rustad2014-08-011-38/+39