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