1. f703964 crypto: arm/aes-ce - add dependency on AES library by Ard Biesheuvel · 5 years ago
  2. 3aa6d4a crypto: arm/aes-ce - build for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
  3. 143d264 crypto: arm/aes-ce - implement ciphertext stealing for CBC by Ard Biesheuvel · 5 years ago
  4. 2ed8b79 crypto: arm/aes-neonbs - implement ciphertext stealing for XTS by Ard Biesheuvel · 5 years ago
  5. c61b160 crypto: arm/aes-ce - implement ciphertext stealing for XTS by Ard Biesheuvel · 5 years ago
  6. 38e73b3 crypto: arm/aes-neonbs - replace tweak mask literal with composition by Ard Biesheuvel · 5 years ago
  7. e53b43d crypto: arm/aes-ce - replace tweak mask literal with composition by Ard Biesheuvel · 5 years ago
  8. 1dede02 crypto: arm/aes-ce - switch to 4x interleave by Ard Biesheuvel · 5 years ago
  9. 46a2277 crypto: arm/aes-ce - yield the SIMD unit between scatterwalk steps by Ard Biesheuvel · 5 years ago
  10. fcb0e30 crypto: arm/aes - fix round key prototypes by Ard Biesheuvel · 5 years ago
  11. e4dcc1b crypto: arm - Rename functions to avoid conflict with crypto/sha256.h by Hans de Goede · 5 years ago
  12. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
  13. b46033f crypto: arm/aes-scalar - unexport en/decryption routines by Ard Biesheuvel · 6 years ago
  14. 8de6dd3 crypto: arm/aes-cipher - switch to shared AES inverse Sbox by Ard Biesheuvel · 6 years ago
  15. 0a5dff9 crypto: arm/ghash - provide a synchronous version by Ard Biesheuvel · 6 years ago
  16. e5f0504 crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes) by Ard Biesheuvel · 6 years ago
  17. 5eedf31 crypto: arm/aes-ce - provide a synchronous version of ctr(aes) by Ard Biesheuvel · 6 years ago
  18. fafb1dc crypto: arm/aes - use native endiannes for key schedule by Ard Biesheuvel · 6 years ago
  19. aa6e2d2 crypto: arm/aes-neonbs - switch to library version of key expansion routine by Ard Biesheuvel · 6 years ago
  20. 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 6 years ago
  21. 20bb4ef crypto: arm/aes-ce - cosmetic/whitespace cleanup by Ard Biesheuvel · 6 years ago
  22. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  23. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  24. 860ab2e crypto: chacha - constify ctx and iv arguments by Eric Biggers · 6 years ago
  25. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  26. efc77e8 crypto: arm/sha512 - Make sha512_arm_final static by YueHaibing · 6 years ago
  27. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  28. 767f015 crypto: arm/aes-neonbs - don't access already-freed walk.iv by Eric Biggers · 6 years ago
  29. 99680c5 crypto: arm - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  30. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  31. 511306b crypto: arm/aes-ce - update IV after partial final CTR block by Eric Biggers · 6 years ago
  32. c643165 crypto: sha512/arm - fix crash bug in Thumb2 build by Ard Biesheuvel · 6 years ago
  33. 69216a5 crypto: sha256/arm - fix crash bug in Thumb2 build by Ard Biesheuvel · 6 years ago
  34. e7b3ed3 crypto: arm/crct10dif-ce - cleanup and optimizations by Eric Biggers · 6 years ago
  35. c03f3cb crypto: arm/crct10dif - remove dead code by Ard Biesheuvel · 6 years ago
  36. 62fecf2 crypto: arm/crct10dif - revert to C code for short inputs by Ard Biesheuvel · 6 years ago
  37. 668c35f Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  38. 8e9b61b kbuild: move .SECONDARY special target to Kbuild.include by Masahiro Yamada · 6 years ago
  39. 16aae35 crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305 by Eric Biggers · 6 years ago
  40. bdb063a crypto: arm/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  41. 3cc2151 crypto: arm/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  42. d97a943 crypto: arm/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  43. be2830b crypto: arm/chacha20 - limit the preemption-disabled section by Eric Biggers · 6 years ago
  44. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  45. d65ddec crypto: aes-ce - Remove duplicate header by Brajeswar Ghosh · 6 years ago
  46. 913a3aa crypto: arm/aes - add some hardening against cache-timing attacks by Eric Biggers · 6 years ago
  47. cd56023 crypto: arm/crc32 - avoid warning when compiling with Clang by Stefan Agner · 6 years ago
  48. a1b22a5 crypto: arm/chacha20 - faster 8-bit rotations and other optimizations by Eric Biggers · 6 years ago
  49. 00227e3 crypto: arm/ghash-ce - implement support for 4-way aggregation by Ard Biesheuvel · 6 years ago
  50. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  51. 3723c63 treewide: convert ISO_8859-1 text comments to utf-8 by Arnd Bergmann · 6 years ago
  52. 4e34e51 crypto: arm/chacha20 - always use vrev for 16-bit rotates by Eric Biggers · 6 years ago
  53. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  54. c87a405 crypto: ahash - remove useless setting of cra_type by Eric Biggers · 7 years ago
  55. 6a38f62 crypto: ahash - remove useless setting of type flags by Eric Biggers · 7 years ago
  56. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  57. a068b94 crypto: arm/speck - fix building in Thumb2 mode by Eric Biggers · 7 years ago
  58. c2e415f crypto: clarify licensing of OpenSSL asm code by Adam Langley · 7 years ago
  59. 54a702f kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers by Masahiro Yamada · 7 years ago
  60. 6aaf49b crypto: arm,arm64 - Fix random regeneration of S_shipped by Leonard Crestez · 7 years ago
  61. ede9622 crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS by Eric Biggers · 7 years ago
  62. 4ff8b1d crypto: arm/aes-cipher - move S-box to .rodata section by Jinbum Park · 7 years ago
  63. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  64. 26d85e5 crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO() by Gomonovych, Vasyl · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 0d149ce crypto: arm/aes - avoid expanded lookup tables in the final round by Ard Biesheuvel · 7 years ago
  67. 3759ee0 crypto: arm/ghash - add NEON accelerated fallback for vmull.p64 by Ard Biesheuvel · 7 years ago
  68. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  69. 2a9faf8 crypto: arm/crc32 - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  70. a83ff88 crypto: arm/sha2-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  71. bd56f95 crypto: arm/sha1-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  72. c9d9f60 crypto: arm/ghash-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  73. 4d8061a crypto: arm/aes-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  74. b56f5cb crypto: arm/aes-neonbs - resolve fallback cipher at runtime by Ard Biesheuvel · 8 years ago
  75. efa7ceb crypto: arm/crc32 - add build time test for CRC instruction support by Ard Biesheuvel · 8 years ago
  76. 1fb1683 crypto: arm/crc32 - fix build error with outdated binutils by Ard Biesheuvel · 8 years ago
  77. 1a20b96 crypto: arm/aes - don't use IV buffer to return final keystream block by Ard Biesheuvel · 8 years ago
  78. 4a70b52 crypto: arm/chacha20 - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  79. 1465fb1 crypto: arm/aes-ce - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  80. 13954e7 crypto: arm/aes-neonbs - fix issue with v2.22 and older assembler by Ard Biesheuvel · 8 years ago
  81. 658fa75 crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code by Ard Biesheuvel · 8 years ago
  82. cc477bf crypto: arm/aes - replace bit-sliced OpenSSL NEON code by Ard Biesheuvel · 8 years ago
  83. 81edb42 crypto: arm/aes - replace scalar AES cipher by Ard Biesheuvel · 8 years ago
  84. afaf712 crypto: arm/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  85. 5386e5d Revert "crypto: arm64/ARM: NEON accelerated ChaCha20" by Herbert Xu · 8 years ago
  86. 8096667 crypto: arm/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  87. d0a3431 crypto: arm/crc32 - accelerated support based on x86 SSE implementation by Ard Biesheuvel · 8 years ago
  88. 1d481f1 crypto: arm/crct10dif - port x86 SSE implementation to ARM by Ard Biesheuvel · 8 years ago
  89. efad2b6 crypto: aes-ce - Make aes_simd_algs static by Herbert Xu · 8 years ago
  90. 81126d1 crypto: arm/aesbs - fix brokenness after skcipher conversion by Ard Biesheuvel · 8 years ago
  91. 6fdf436 crypto: arm/aes - Add missing SIMD select for aesbs by Herbert Xu · 8 years ago
  92. 585b5fa crypto: arm/aes - Select SIMD in Kconfig by Herbert Xu · 8 years ago
  93. 211f41a crypto: aesbs - Convert to skcipher by Herbert Xu · 8 years ago
  94. da40e7a crypto: aes-ce - Convert to skcipher by Herbert Xu · 8 years ago
  95. 58010fa crypto: arm/aes-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  96. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  97. f82e90b crypto: arm/aes-ctr - fix NULL dereference in tail processing by Ard Biesheuvel · 8 years ago
  98. 71f8991 crypto: arm/ghash - change internal cra_name to "__ghash" by Ard Biesheuvel · 8 years ago
  99. ed4767d crypto: arm/ghash-ce - add missing async import/export by Ard Biesheuvel · 8 years ago
  100. 2117eaa crypto: arm/sha1-neon - add support for building in Thumb2 mode by Ard Biesheuvel · 8 years ago