summaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-101-5/+1
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-10/+1
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-36/+0
* crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-291-13/+1
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-13/+1
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-17/+1
* crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel2021-01-031-10/+10
* crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel2020-11-271-37/+44
* crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel2020-11-271-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-131-7/+11
|\
| * crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu2020-08-211-5/+9
| * crypto: tcrypt - delete duplicated words in messagesRandy Dunlap2020-08-211-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-57/+57
|/
* crypto: tcrypt - fix printed skcipher [a]sync modeHoria Geantă2020-02-131-2/+2
* crypto: tcrypt - constify check alg listCorentin Labbe2019-11-171-2/+2
* crypto: essiv - add tests for essiv in cbc(aes)+sha256 modeArd Biesheuvel2019-08-301-0/+9
* crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel2019-07-261-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-071-2/+2
* crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel2018-12-131-1/+1
* crypto: adiantum - add Adiantum supportEric Biggers2018-11-201-0/+12
* crypto: streebog - add Streebog test vectorsVitaly Chikunov2018-11-161-1/+39
* crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov2018-11-091-0/+5
* crypto: tcrypt - add OFB functional testsGilad Ben-Yossef2018-09-281-0/+1
* crypto: testmgr - update sm4 test vectorsGilad Ben-Yossef2018-09-281-0/+16
* crypto: tcrypt - remove remnants of pcomp-based zlibHoria Geantă2018-09-281-6/+1
* crypto: tcrypt - fix ghash-generic speed testHoria Geantă2018-09-211-0/+3
* crypto: tcrypt - reschedule during speed testsHoria Geantă2018-08-031-12/+24
* crypto: vmac - remove insecure version with hardcoded nonceEric Biggers2018-07-011-1/+1
* 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