1. 3ae88f6 crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks by Horia Geantă · 3 years, 2 months ago
  2. 357a753 crypto: tcrypt - add GCM/CCM mode test for SM4 algorithm by Tianjia Zhang · 3 years, 5 months ago
  3. 7b3d526 crypto: tcrypt - Fix missing return value check by Tianjia Zhang · 3 years, 5 months ago
  4. a7fc80b crypto: tcrypt - add the asynchronous speed test for SM4 by Tianjia Zhang · 3 years, 5 months ago
  5. aa22cd7 crypto: tcrypt - enable tests for xxhash and blake2 by Ard Biesheuvel · 3 years, 7 months ago
  6. 784506a crypto: serpent - get rid of obsolete tnepres variant by Ard Biesheuvel · 3 years, 11 months ago
  7. 663f63e crypto: salsa20 - remove Salsa20 stream cipher algorithm by Ard Biesheuvel · 4 years ago
  8. 87cd723 crypto: tgr192 - remove Tiger 128/160/192 hash algorithms by Ard Biesheuvel · 4 years ago
  9. 93f6420 crypto: rmd320 - remove RIPE-MD 320 hash algorithm by Ard Biesheuvel · 4 years ago
  10. c15d416 crypto: rmd256 - remove RIPE-MD 256 hash algorithm by Ard Biesheuvel · 4 years ago
  11. b21b9a5 crypto: rmd128 - remove RIPE-MD 128 hash algorithm by Ard Biesheuvel · 4 years ago
  12. 303fd3e crypto: tcrypt - avoid signed overflow in byte count by Ard Biesheuvel · 4 years, 1 month ago
  13. ad6d66b crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarks by Ard Biesheuvel · 4 years, 1 month ago
  14. 08a7e33 crypto: tcrypt - don't initialize at subsys_initcall time by Ard Biesheuvel · 4 years, 1 month ago
  15. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  16. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  17. ba974ad crypto: tcrypt - Add support for hash speed testing with keys by Herbert Xu · 4 years, 5 months ago
  18. 129a4db crypto: tcrypt - delete duplicated words in messages by Randy Dunlap · 4 years, 5 months ago
  19. 8e3b7fd crypto: tcrypt - fix printed skcipher [a]sync mode by Horia Geantă · 5 years ago
  20. 07d8f18 crypto: tcrypt - constify check alg list by Corentin Labbe · 5 years ago
  21. f975abb crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode by Ard Biesheuvel · 5 years ago
  22. 97bcb16 crypto: tcrypt - add a speed test for AEGIS128 by Ard Biesheuvel · 5 years ago
  23. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  24. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  25. 45ec975 lib/lzo: separate lzo-rle from lzo by Dave Rodgman · 6 years ago
  26. ee5bbc9 crypto: tcrypt - add block size of 1472 to skcipher template by Ard Biesheuvel · 6 years ago
  27. 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
  28. 25a0b9d crypto: streebog - add Streebog test vectors by Vitaly Chikunov · 6 years ago
  29. 7da6667 crypto: testmgr - add AES-CFB tests by Dmitry Eremin-Solenikov · 6 years ago
  30. dfb89ab crypto: tcrypt - add OFB functional tests by Gilad Ben-Yossef · 6 years ago
  31. 95ba597 crypto: testmgr - update sm4 test vectors by Gilad Ben-Yossef · 6 years ago
  32. 4d407b0 crypto: tcrypt - remove remnants of pcomp-based zlib by Horia Geantă · 6 years ago
  33. 331351f crypto: tcrypt - fix ghash-generic speed test by Horia Geantă · 6 years ago
  34. 2af6329 crypto: tcrypt - reschedule during speed tests by Horia Geantă · 6 years ago
  35. 0917b87 crypto: vmac - remove insecure version with hardcoded nonce by Eric Biggers · 7 years ago
  36. a179a2b crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors by Eric Biggers · 7 years ago
  37. 4e234ee crypto: tcrypt - Remove VLA usage by Kees Cook · 7 years ago
  38. cd83a8a crypto: testmgr - introduce SM4 tests by Gilad Ben-Yossef · 7 years ago
  39. c6ba4f3 crypto: tcrypt - free xoutbuf instead of axbuf by Colin Ian King · 7 years ago
  40. 38dbe2d crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer" by Colin Ian King · 7 years ago
  41. 427988d crypto: tcrypt - add multibuf aead speed test by Gilad Ben-Yossef · 7 years ago
  42. e161c59 crypto: tcrypt - add multibuf skcipher speed test by Gilad Ben-Yossef · 7 years ago
  43. b34a0f67 crypto: tcrypt - add multi buf ahash jiffies test by Gilad Ben-Yossef · 7 years ago
  44. 8fcdc86 crypto: tcrypt - allow setting num of bufs by Gilad Ben-Yossef · 7 years ago
  45. 4431bd4 crypto: tcrypt - fix AEAD decryption speed test by Gilad Ben-Yossef · 7 years ago
  46. 7c3f132 crypto: tcrypt - use multi buf for ahash mb test by Gilad Ben-Yossef · 7 years ago
  47. 5601e01 crypto: tcrypt - set assoc in sg_init_aead() by Tudor-Dan Ambarus · 7 years ago
  48. 5c6ac1d crypto: tcrypt - fix S/G table for test_aead_speed() by Robert Baronescu · 7 years ago
  49. 6467104 crypto: tcrypt - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  50. 7aacbfc crypto: tcrypt - fix buffer lengths in test_aead_speed() by Robert Baronescu · 7 years ago
  51. 5951722 crypto: tcrypt - mark expected switch fall-throughs in do_test() by Gustavo A. R. Silva · 7 years ago
  52. 52872f5 crypto: drop unnecessary return statements by Geliang Tang · 7 years ago
  53. b7e2753 crypto: sm3 - add SM3 test vectors by Gilad Ben-Yossef · 7 years ago
  54. b66ad0b crypto: tcrypt - remove AES-XTS-192 speed tests by Horia Geantă · 7 years ago
  55. 981a2e3 crypto: tcrypt - don't disable irqs and wait by Gilad Ben-Yossef · 8 years ago
  56. 76512f2 crypto: tcrypt - Add debug prints by Rabin Vincent · 8 years ago
  57. 98eca72 crypto: sha3 - Add HMAC-SHA3 test modes and test vectors by raveendra padasalagi · 8 years ago
  58. d13cd11 crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test by Herbert Xu · 8 years ago
  59. 1503a24 crypto: tcrypt - Add speed test for cts by Herbert Xu · 8 years ago
  60. 7166e58 crypto: tcrypt - Use skcipher by Herbert Xu · 8 years ago
  61. 72259de crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test by Herbert Xu · 9 years ago
  62. f8de55b crypto: tcrypt - Use unsigned long for mb ahash cycle counter by Herbert Xu · 9 years ago
  63. f83f5b1 crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues by Krzysztof Kozlowski · 9 years ago
  64. 14009c4 crypto: tcrypt - Add new mode for sha512_mb by Megha Dey · 9 years ago
  65. 087bcd2 crypto: tcrypt - Add speed tests for SHA multibuffer algorithms by Megha Dey · 9 years ago
  66. 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 9 years ago
  67. 0660511 crypto: tcrypt - Use ahash by Herbert Xu · 9 years ago
  68. f18611d crypto: tcrypt - fix keysize argument of test_aead_speed for gcm(aes) by Cyrille Pitchen · 9 years ago
  69. f074f7b crypto: tcrypt - avoid mapping from module image addresses by Horia Geant? · 9 years ago
  70. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  71. 2dce063 crypto: tcrypt - Add ChaCha20/Poly1305 speed tests by Martin Willi · 9 years ago
  72. 34a1c74 crypto: tcrypt - Add support for new IV convention by Herbert Xu · 9 years ago
  73. 1425d2d crypto: tcrypt - Fix AEAD speed tests by Vutla, Lokesh · 9 years ago
  74. 3126727 crypto: tcrypt - Fixed AEAD speed test setup by Herbert Xu · 10 years ago
  75. 4e4aab6 crypto: tcrypt - Add rfc4309(ccm(aes)) speed test by Herbert Xu · 10 years ago
  76. a3f2185 crypto: tcrypt - Switch to new AEAD interface by Herbert Xu · 10 years ago
  77. 1ce5a04 crypto: tcrypt - Include crypto/aead.h by Herbert Xu · 10 years ago
  78. daf0944 crypto: tcrypt - Include linux/fips.h for fips_enabled by Herbert Xu · 10 years ago
  79. 43a9607 crypto: tcrypt - Handle async return from crypto_ahash_init by Herbert Xu · 10 years ago
  80. 007ee8d crypto: tcrypt - fix uninit sg entries in test_acipher_speed by Horia Geant? · 10 years ago
  81. 96692a73 crypto: tcrypt - do not allocate iv on stack for aead speed tests by Cristian Stoica · 10 years ago
  82. c476899 crypto: tcrypt - fix buflen reminder calculation by Cristian Stoica · 10 years ago
  83. 8a45ac1 crypto: testmgr - don't use interruptible wait in tests by Rabin Vincent · 10 years ago
  84. 8606813 crypto: tcrypt - Allow speed testing of arbitrary hash functions by Herbert Xu · 10 years ago
  85. 3e3dc25 crypto: Resolve shadow warnings by Mark Rustad · 10 years ago
  86. 263a8df crypto: tcrypt - print cra driver name in tcrypt tests output by Luca Clementi · 11 years ago
  87. 8713150 crypto: tcrypt - add ctr(des3_ede) sync speed test by Jussi Kivilinna · 11 years ago
  88. 5208ed2 crypto: testmgr - add aead cbc des, des3_ede tests by Nitesh Lal · 11 years ago
  89. 6af1f93 crypto: tcrypt - Fix leak of struct aead_request in test_aead_speed() by Christian Engelmayer · 11 years ago
  90. a2ea6ed crypto: tcrypt - Fix potential leak in test_aead_speed() if crypto_alloc_aead() fails by Christian Engelmayer · 11 years ago
  91. ac5f863 crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big by Christian Engelmayer · 11 years ago
  92. bca4feb crypto: testmgr - add aead null encryption test vectors by Horia Geanta · 11 years ago
  93. 53f52d7 crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test suite by Tim Chen · 11 years ago
  94. bbf9c89 crypto: caam - fix aead sglen for case 'dst != src' by Horia Geanta · 11 years ago
  95. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  96. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  97. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  98. 3976121 crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash by Tim Chen · 12 years ago
  99. ad8b7c3 crypto: tcrypt - add async cipher speed tests for blowfish by Jussi Kivilinna · 12 years ago
  100. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 12 years ago