aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-28crypto: tcrypt - enable tests for xxhash and blake2Gravatar Ard Biesheuvel 1-0/+36
2021-02-10crypto: serpent - get rid of obsolete tnepres variantGravatar Ard Biesheuvel 1-5/+1
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmGravatar Ard Biesheuvel 1-10/+1
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsGravatar Ard Biesheuvel 1-36/+0
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmGravatar Ard Biesheuvel 1-13/+1
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmGravatar Ard Biesheuvel 1-13/+1
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmGravatar Ard Biesheuvel 1-17/+1
2021-01-03crypto: tcrypt - avoid signed overflow in byte countGravatar Ard Biesheuvel 1-10/+10
2020-11-27crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksGravatar Ard Biesheuvel 1-37/+44
2020-11-27crypto: tcrypt - don't initialize at subsys_initcall timeGravatar Ard Biesheuvel 1-1/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-57/+57
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysGravatar Herbert Xu 1-5/+9
2020-08-21crypto: tcrypt - delete duplicated words in messagesGravatar Randy Dunlap 1-2/+2
2020-02-13crypto: tcrypt - fix printed skcipher [a]sync modeGravatar Horia Geantă 1-2/+2
2019-11-17crypto: tcrypt - constify check alg listGravatar Corentin Labbe 1-2/+2
2019-08-30crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeGravatar Ard Biesheuvel 1-0/+9
2019-07-26crypto: tcrypt - add a speed test for AEGIS128Gravatar Ard Biesheuvel 1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-03-07lib/lzo: separate lzo-rle from lzoGravatar Dave Rodgman 1-2/+2
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateGravatar Ard Biesheuvel 1-1/+1
2018-11-20crypto: adiantum - add Adiantum supportGravatar Eric Biggers 1-0/+12
2018-11-16crypto: streebog - add Streebog test vectorsGravatar Vitaly Chikunov 1-1/+39
2018-11-09crypto: testmgr - add AES-CFB testsGravatar Dmitry Eremin-Solenikov 1-0/+5
2018-09-28crypto: tcrypt - add OFB functional testsGravatar Gilad Ben-Yossef 1-0/+1
2018-09-28crypto: testmgr - update sm4 test vectorsGravatar Gilad Ben-Yossef 1-0/+16
2018-09-28crypto: tcrypt - remove remnants of pcomp-based zlibGravatar Horia Geantă 1-6/+1
2018-09-21crypto: tcrypt - fix ghash-generic speed testGravatar Horia Geantă 1-0/+3
2018-08-03crypto: tcrypt - reschedule during speed testsGravatar Horia Geantă 1-12/+24
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceGravatar Eric Biggers 1-1/+1
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsGravatar Eric Biggers 1-4/+0
2018-05-05crypto: tcrypt - Remove VLA usageGravatar Kees Cook 1-39/+79
2018-03-16crypto: testmgr - introduce SM4 testsGravatar Gilad Ben-Yossef 1-0/+3
2018-01-12crypto: tcrypt - free xoutbuf instead of axbufGravatar Colin Ian King 1-1/+1
2018-01-12crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Gravatar Colin Ian King 1-2/+2
2017-12-28crypto: tcrypt - add multibuf aead speed testGravatar Gilad Ben-Yossef 1-59/+378
2017-12-28crypto: tcrypt - add multibuf skcipher speed testGravatar Gilad Ben-Yossef 1-0/+460
2017-12-28crypto: tcrypt - add multi buf ahash jiffies testGravatar Gilad Ben-Yossef 1-30/+82
2017-12-28crypto: tcrypt - allow setting num of bufsGravatar Gilad Ben-Yossef 1-12/+19
2017-12-28crypto: tcrypt - fix AEAD decryption speed testGravatar Gilad Ben-Yossef 1-1/+29
2017-12-28crypto: tcrypt - use multi buf for ahash mb testGravatar Gilad Ben-Yossef 1-4/+9
2017-11-29crypto: tcrypt - set assoc in sg_init_aead()Gravatar Tudor-Dan Ambarus 1-7/+9
2017-11-29crypto: tcrypt - fix S/G table for test_aead_speed()Gravatar Robert Baronescu 1-2/+4
2017-11-03crypto: tcrypt - move to generic async completionGravatar Gilad Ben-Yossef 1-59/+25
2017-11-03crypto: tcrypt - fix buffer lengths in test_aead_speed()Gravatar Robert Baronescu 1-2/+4
2017-11-03crypto: tcrypt - mark expected switch fall-throughs in do_test()Gravatar Gustavo A. R. Silva 1-57/+51
2017-09-22crypto: drop unnecessary return statementsGravatar Geliang Tang 1-1/+0
2017-09-22crypto: sm3 - add SM3 test vectorsGravatar Gilad Ben-Yossef 1-1/+13
2017-08-03crypto: tcrypt - remove AES-XTS-192 speed testsGravatar Horia Geantă 1-4/+4