aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
AgeCommit message (Expand)Author
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
2017-01-23crypto: tcrypt - Add debug printsRabin Vincent
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi
2016-07-01crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash testHerbert Xu
2016-07-01crypto: tcrypt - Add speed test for ctsHerbert Xu
2016-07-01crypto: tcrypt - Use skcipherHerbert Xu
2016-06-29crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed testHerbert Xu
2016-06-28crypto: tcrypt - Use unsigned long for mb ahash cycle counterHerbert Xu
2016-06-28crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issuesKrzysztof Kozlowski
2016-06-28crypto: tcrypt - Add new mode for sha512_mbMegha Dey
2016-06-27crypto: tcrypt - Add speed tests for SHA multibuffer algorithmsMegha Dey
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi
2016-02-06crypto: tcrypt - Use ahashHerbert Xu
2015-11-23crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes)Cyrille Pitchen
2015-09-21crypto: tcrypt - avoid mapping from module image addressesHoria Geant?
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu
2015-07-17crypto: tcrypt - Add ChaCha20/Poly1305 speed testsMartin Willi
2015-07-14crypto: tcrypt - Add support for new IV conventionHerbert Xu
2015-07-08crypto: tcrypt - Fix AEAD speed testsVutla, Lokesh
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu