aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
AgeCommit message (Expand)Author
2021-02-10crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel
2021-01-03crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu
2020-08-21crypto: tcrypt - delete duplicated words in messagesRandy Dunlap
2020-02-13crypto: tcrypt - fix printed skcipher [a]sync modeHoria Geantă
2019-11-17crypto: tcrypt - constify check alg listCorentin Labbe
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel
2019-07-26crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-09-28crypto: tcrypt - add OFB functional testsGilad Ben-Yossef
2018-09-28crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef
2018-09-28crypto: tcrypt - remove remnants of pcomp-based zlibHoria Geantă
2018-09-21crypto: tcrypt - fix ghash-generic speed testHoria Geantă
2018-08-03crypto: tcrypt - reschedule during speed testsHoria Geantă
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers
2018-05-05crypto: tcrypt - Remove VLA usageKees Cook
2018-03-16crypto: testmgr - introduce SM4 testsGilad Ben-Yossef
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufColin Ian King
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King
2017-12-28crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef
2017-12-28crypto: tcrypt - add multibuf skcipher speed testGilad Ben-Yossef
2017-12-28crypto: tcrypt - add multi buf ahash jiffies testGilad Ben-Yossef
2017-12-28crypto: tcrypt - allow setting num of bufsGilad Ben-Yossef
2017-12-28crypto: tcrypt - fix AEAD decryption speed testGilad Ben-Yossef
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGilad Ben-Yossef
2017-11-29crypto: tcrypt - set assoc in sg_init_aead()Tudor-Dan Ambarus
2017-11-29crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
2017-11-03crypto: tcrypt - move to generic async completionGilad Ben-Yossef
2017-11-03crypto: tcrypt - fix buffer lengths in test_aead_speed()Robert Baronescu
2017-11-03crypto: tcrypt - mark expected switch fall-throughs in do_test()Gustavo A. R. Silva
2017-09-22crypto: drop unnecessary return statementsGeliang Tang
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef
2017-08-03crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă
2017-05-18crypto: tcrypt - don't disable irqs and waitGilad Ben-Yossef