aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel1-0/+9
2019-07-26crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman1-2/+2
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel1-1/+1
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers1-0/+12
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov1-1/+39
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov1-0/+5
2018-09-28crypto: tcrypt - add OFB functional testsGilad Ben-Yossef1-0/+1
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef1-0/+16
2018-09-28crypto: tcrypt - remove remnants of pcomp-based zlibHoria Geantă1-6/+1
2018-09-21crypto: tcrypt - fix ghash-generic speed testHoria Geantă1-0/+3
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