- 7b3058e crypto: tcrypt - add skcipher speed for given alg by Sergey Portnoy · 9 months ago
- 43a7885 crypto: tcrypt - add ffdhe2048(dh) test by Vladis Dronov · 1 year ago
- 1c95b54 crypto: tcrypt - Remove cfb and ofb Remove tests for CFB/OFB. by Herbert Xu · 1 year, 3 months ago
- 01f727c crypto: api - Move low-level functions into algapi.h by Herbert Xu · 1 year, 11 months ago
- 425359a crypto: tcrypt - include larger key sizes in RFC4106 benchmark by Ard Biesheuvel · 2 years, 3 months ago
- 1aa33fc crypto: tcrypt - Fix multibuffer skcipher speed test mem leak by Zhang Yiqun · 2 years, 4 months ago
- 3c38363 crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test by Tianjia Zhang · 2 years, 4 months ago
- 3513828 crypto: tcrypt - Drop leading newlines from prints by Anirudh Venkataramanan · 2 years, 4 months ago
- a2ef563 crypto: tcrypt - Drop module name from print string by Anirudh Venkataramanan · 2 years, 4 months ago
- 837a99f crypto: tcrypt - Use pr_info/pr_err by Anirudh Venkataramanan · 2 years, 4 months ago
- fdaeb22 crypto: tcrypt - Use pr_cont to print test results by Anirudh Venkataramanan · 2 years, 4 months ago
- 65c92cbb crypto: tcrypt - fix return value for multiple subtests by Robert Elliott · 2 years, 5 months ago
- c4b1ce7 crypto: tcrypt - add async speed test for aria cipher by Taehee Yoo · 2 years, 6 months ago
- 6363d81 crypto: tcrypt - remove mode=1000 by Robert Elliott · 2 years, 7 months ago
- af5d35b crypto: tcrypt - Remove the static variable initialisations to NULL by Jason Wang · 2 years, 7 months ago
- 01ce31d crypto: testmgr - add ARIA testmgr tests by Taehee Yoo · 2 years, 8 months ago
- 2d16803 crypto: blake2s - remove shash module by Jason A. Donenfeld · 2 years, 9 months ago
- 7ff554c crypto: hctr2 - Add HCTR2 support by Nathan Huckleberry · 2 years, 10 months ago
- f3c923a crypto: polyval - Add POLYVAL support by Nathan Huckleberry · 2 years, 10 months ago
- 17fee07 crypto: xctr - Add XCTR support by Nathan Huckleberry · 2 years, 10 months ago
- d6097b8 crypto: api - allow algs only in specific constructions in FIPS mode by Nicolai Stange · 3 years ago
- 388ac25 crypto: tcrypt - remove all multibuffer ahash tests by Tianjia Zhang · 3 years, 1 month ago
- ba2c149 crypto: tcrypt - add asynchronous speed test for SM3 by Tianjia Zhang · 3 years, 2 months ago
- 3ae88f6 crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks by Horia Geantă · 3 years, 5 months ago
- 357a753 crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm by Tianjia Zhang · 3 years, 7 months ago
- 7b3d526 crypto: tcrypt - Fix missing return value check by Tianjia Zhang · 3 years, 7 months ago
- a7fc80b crypto: tcrypt - add the asynchronous speed test for SM4 by Tianjia Zhang · 3 years, 8 months ago
- aa22cd7 crypto: tcrypt - enable tests for xxhash and blake2 by Ard Biesheuvel · 3 years, 10 months ago
- 784506a crypto: serpent - get rid of obsolete tnepres variant by Ard Biesheuvel · 4 years, 1 month ago
- 663f63e crypto: salsa20 - remove Salsa20 stream cipher algorithm by Ard Biesheuvel · 4 years, 1 month ago
- 87cd723 crypto: tgr192 - remove Tiger 128/160/192 hash algorithms by Ard Biesheuvel · 4 years, 1 month ago
- 93f6420 crypto: rmd320 - remove RIPE-MD 320 hash algorithm by Ard Biesheuvel · 4 years, 1 month ago
- c15d416 crypto: rmd256 - remove RIPE-MD 256 hash algorithm by Ard Biesheuvel · 4 years, 1 month ago
- b21b9a5 crypto: rmd128 - remove RIPE-MD 128 hash algorithm by Ard Biesheuvel · 4 years, 1 month ago
- 303fd3e crypto: tcrypt - avoid signed overflow in byte count by Ard Biesheuvel · 4 years, 3 months ago
- ad6d66b crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarks by Ard Biesheuvel · 4 years, 3 months ago
- 08a7e33 crypto: tcrypt - don't initialize at subsys_initcall time by Ard Biesheuvel · 4 years, 3 months ago
- 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- ba974ad crypto: tcrypt - Add support for hash speed testing with keys by Herbert Xu · 4 years, 7 months ago
- 129a4db crypto: tcrypt - delete duplicated words in messages by Randy Dunlap · 4 years, 7 months ago
- 8e3b7fd crypto: tcrypt - fix printed skcipher [a]sync mode by Horia Geantă · 5 years ago
- 07d8f18 crypto: tcrypt - constify check alg list by Corentin Labbe · 5 years ago
- f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 6 years ago
- 97bcb16 crypto: tcrypt - add a speed test for AEGIS128 by Ard Biesheuvel · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
- 45ec975 lib/lzo: separate lzo-rle from lzo by Dave Rodgman · 6 years ago
- ee5bbc9 crypto: tcrypt - add block size of 1472 to skcipher template by Ard Biesheuvel · 6 years ago
- 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
- 25a0b9d crypto: streebog - add Streebog test vectors by Vitaly Chikunov · 6 years ago
- 7da6667 crypto: testmgr - add AES-CFB tests by Dmitry Eremin-Solenikov · 6 years ago
- dfb89ab crypto: tcrypt - add OFB functional tests by Gilad Ben-Yossef · 6 years ago
- 95ba597 crypto: testmgr - update sm4 test vectors by Gilad Ben-Yossef · 6 years ago
- 4d407b0 crypto: tcrypt - remove remnants of pcomp-based zlib by Horia Geantă · 6 years ago
- 331351f crypto: tcrypt - fix ghash-generic speed test by Horia Geantă · 6 years ago
- 2af6329 crypto: tcrypt - reschedule during speed tests by Horia Geantă · 7 years ago
- 0917b87 crypto: vmac - remove insecure version with hardcoded nonce by Eric Biggers · 7 years ago
- a179a2b crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors by Eric Biggers · 7 years ago
- 4e234ee crypto: tcrypt - Remove VLA usage by Kees Cook · 7 years ago
- cd83a8a crypto: testmgr - introduce SM4 tests by Gilad Ben-Yossef · 7 years ago
- c6ba4f3 crypto: tcrypt - free xoutbuf instead of axbuf by Colin Ian King · 7 years ago
- 38dbe2d crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer" by Colin Ian King · 7 years ago
- 427988d crypto: tcrypt - add multibuf aead speed test by Gilad Ben-Yossef · 7 years ago
- e161c59 crypto: tcrypt - add multibuf skcipher speed test by Gilad Ben-Yossef · 7 years ago
- b34a0f67 crypto: tcrypt - add multi buf ahash jiffies test by Gilad Ben-Yossef · 7 years ago
- 8fcdc86 crypto: tcrypt - allow setting num of bufs by Gilad Ben-Yossef · 7 years ago
- 4431bd4 crypto: tcrypt - fix AEAD decryption speed test by Gilad Ben-Yossef · 7 years ago
- 7c3f132 crypto: tcrypt - use multi buf for ahash mb test by Gilad Ben-Yossef · 7 years ago
- 5601e01 crypto: tcrypt - set assoc in sg_init_aead() by Tudor-Dan Ambarus · 7 years ago
- 5c6ac1d crypto: tcrypt - fix S/G table for test_aead_speed() by Robert Baronescu · 7 years ago
- 6467104 crypto: tcrypt - move to generic async completion by Gilad Ben-Yossef · 7 years ago
- 7aacbfc crypto: tcrypt - fix buffer lengths in test_aead_speed() by Robert Baronescu · 7 years ago
- 5951722 crypto: tcrypt - mark expected switch fall-throughs in do_test() by Gustavo A. R. Silva · 7 years ago
- 52872f5 crypto: drop unnecessary return statements by Geliang Tang · 8 years ago
- b7e2753 crypto: sm3 - add SM3 test vectors by Gilad Ben-Yossef · 8 years ago
- b66ad0b crypto: tcrypt - remove AES-XTS-192 speed tests by Horia Geantă · 8 years ago
- 981a2e3 crypto: tcrypt - don't disable irqs and wait by Gilad Ben-Yossef · 8 years ago
- 76512f2 crypto: tcrypt - Add debug prints by Rabin Vincent · 8 years ago
- 98eca72 crypto: sha3 - Add HMAC-SHA3 test modes and test vectors by raveendra padasalagi · 9 years ago
- d13cd11 crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test by Herbert Xu · 9 years ago
- 1503a24 crypto: tcrypt - Add speed test for cts by Herbert Xu · 9 years ago
- 7166e58 crypto: tcrypt - Use skcipher by Herbert Xu · 9 years ago
- 72259de crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test by Herbert Xu · 9 years ago
- f8de55b crypto: tcrypt - Use unsigned long for mb ahash cycle counter by Herbert Xu · 9 years ago
- f83f5b1 crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues by Krzysztof Kozlowski · 9 years ago
- 14009c4 crypto: tcrypt - Add new mode for sha512_mb by Megha Dey · 9 years ago
- 087bcd2 crypto: tcrypt - Add speed tests for SHA multibuffer algorithms by Megha Dey · 9 years ago
- 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 9 years ago
- 0660511 crypto: tcrypt - Use ahash by Herbert Xu · 9 years ago
- f18611d crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes) by Cyrille Pitchen · 9 years ago
- f074f7b crypto: tcrypt - avoid mapping from module image addresses by Horia Geant? · 10 years ago
- 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 10 years ago
- 2dce063 crypto: tcrypt - Add ChaCha20/Poly1305 speed tests by Martin Willi · 10 years ago
- 34a1c74 crypto: tcrypt - Add support for new IV convention by Herbert Xu · 10 years ago
- 1425d2d crypto: tcrypt - Fix AEAD speed tests by Vutla, Lokesh · 10 years ago
- 3126727 crypto: tcrypt - Fixed AEAD speed test setup by Herbert Xu · 10 years ago
- 4e4aab6 crypto: tcrypt - Add rfc4309(ccm(aes)) speed test by Herbert Xu · 10 years ago
- a3f2185 crypto: tcrypt - Switch to new AEAD interface by Herbert Xu · 10 years ago
- 1ce5a04 crypto: tcrypt - Include crypto/aead.h by Herbert Xu · 10 years ago