Age | Commit message (Expand) | Author |
2019-04-18 | crypto: run initcalls for generic implementations earlier | Eric Biggers |
2019-03-07 | lib/lzo: separate lzo-rle from lzo | Dave Rodgman |
2018-12-13 | crypto: tcrypt - add block size of 1472 to skcipher template | Ard Biesheuvel |
2018-11-20 | crypto: adiantum - add Adiantum support | Eric Biggers |
2018-11-16 | crypto: streebog - add Streebog test vectors | Vitaly Chikunov |
2018-11-09 | crypto: testmgr - add AES-CFB tests | Dmitry Eremin-Solenikov |
2018-09-28 | crypto: tcrypt - add OFB functional tests | Gilad Ben-Yossef |
2018-09-28 | crypto: testmgr - update sm4 test vectors | Gilad Ben-Yossef |
2018-09-28 | crypto: tcrypt - remove remnants of pcomp-based zlib | Horia Geantă |
2018-09-21 | crypto: tcrypt - fix ghash-generic speed test | Horia Geantă |
2018-08-03 | crypto: tcrypt - reschedule during speed tests | Horia Geantă |
2018-07-01 | crypto: vmac - remove insecure version with hardcoded nonce | Eric Biggers |
2018-05-27 | crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors | Eric Biggers |
2018-05-05 | crypto: tcrypt - Remove VLA usage | Kees Cook |
2018-03-16 | crypto: testmgr - introduce SM4 tests | Gilad Ben-Yossef |
2018-01-12 | crypto: tcrypt - free xoutbuf instead of axbuf | Colin Ian King |
2018-01-12 | crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer" | Colin Ian King |
2017-12-28 | crypto: tcrypt - add multibuf aead speed test | Gilad Ben-Yossef |
2017-12-28 | crypto: tcrypt - add multibuf skcipher speed test | Gilad Ben-Yossef |
2017-12-28 | crypto: tcrypt - add multi buf ahash jiffies test | Gilad Ben-Yossef |
2017-12-28 | crypto: tcrypt - allow setting num of bufs | Gilad Ben-Yossef |
2017-12-28 | crypto: tcrypt - fix AEAD decryption speed test | Gilad Ben-Yossef |
2017-12-28 | crypto: tcrypt - use multi buf for ahash mb test | Gilad Ben-Yossef |
2017-11-29 | crypto: tcrypt - set assoc in sg_init_aead() | Tudor-Dan Ambarus |
2017-11-29 | crypto: tcrypt - fix S/G table for test_aead_speed() | Robert Baronescu |
2017-11-03 | crypto: tcrypt - move to generic async completion | Gilad Ben-Yossef |
2017-11-03 | crypto: tcrypt - fix buffer lengths in test_aead_speed() | Robert Baronescu |
2017-11-03 | crypto: tcrypt - mark expected switch fall-throughs in do_test() | Gustavo A. R. Silva |
2017-09-22 | crypto: drop unnecessary return statements | Geliang Tang |
2017-09-22 | crypto: sm3 - add SM3 test vectors | Gilad Ben-Yossef |
2017-08-03 | crypto: tcrypt - remove AES-XTS-192 speed tests | Horia Geantă |
2017-05-18 | crypto: tcrypt - don't disable irqs and wait | Gilad Ben-Yossef |
2017-01-23 | crypto: tcrypt - Add debug prints | Rabin Vincent |
2016-07-01 | crypto: sha3 - Add HMAC-SHA3 test modes and test vectors | raveendra padasalagi |
2016-07-01 | crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test | Herbert Xu |
2016-07-01 | crypto: tcrypt - Add speed test for cts | Herbert Xu |
2016-07-01 | crypto: tcrypt - Use skcipher | Herbert Xu |
2016-06-29 | crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test | Herbert Xu |
2016-06-28 | crypto: tcrypt - Use unsigned long for mb ahash cycle counter | Herbert Xu |
2016-06-28 | crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues | Krzysztof Kozlowski |
2016-06-28 | crypto: tcrypt - Add new mode for sha512_mb | Megha Dey |
2016-06-27 | crypto: tcrypt - Add speed tests for SHA multibuffer algorithms | Megha Dey |
2016-06-20 | crypto: sha3 - Add SHA-3 Test's in tcrypt | raveendra padasalagi |
2016-02-06 | crypto: tcrypt - Use ahash | Herbert Xu |
2015-11-23 | crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes) | Cyrille Pitchen |
2015-09-21 | crypto: tcrypt - avoid mapping from module image addresses | Horia Geant? |
2015-08-17 | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag | Herbert Xu |
2015-07-17 | crypto: tcrypt - Add ChaCha20/Poly1305 speed tests | Martin Willi |
2015-07-14 | crypto: tcrypt - Add support for new IV convention | Herbert Xu |
2015-07-08 | crypto: tcrypt - Fix AEAD speed tests | Vutla, Lokesh |