1. 0d149ce crypto: arm/aes - avoid expanded lookup tables in the final round by Ard Biesheuvel · 7 years ago
  2. 3759ee0 crypto: arm/ghash - add NEON accelerated fallback for vmull.p64 by Ard Biesheuvel · 7 years ago
  3. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  4. 2a9faf8 crypto: arm/crc32 - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  5. a83ff88 crypto: arm/sha2-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  6. bd56f95 crypto: arm/sha1-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  7. c9d9f60 crypto: arm/ghash-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  8. 4d8061a crypto: arm/aes-ce - enable module autoloading based on CPU feature bits by Ard Biesheuvel · 8 years ago
  9. b56f5cb crypto: arm/aes-neonbs - resolve fallback cipher at runtime by Ard Biesheuvel · 8 years ago
  10. efa7ceb crypto: arm/crc32 - add build time test for CRC instruction support by Ard Biesheuvel · 8 years ago
  11. 1fb1683 crypto: arm/crc32 - fix build error with outdated binutils by Ard Biesheuvel · 8 years ago
  12. 1a20b96 crypto: arm/aes - don't use IV buffer to return final keystream block by Ard Biesheuvel · 8 years ago
  13. 4a70b52 crypto: arm/chacha20 - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  14. 1465fb1 crypto: arm/aes-ce - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  15. 13954e7 crypto: arm/aes-neonbs - fix issue with v2.22 and older assembler by Ard Biesheuvel · 8 years ago
  16. 658fa75 crypto: arm/aes - avoid reserved 'tt' mnemonic in asm code by Ard Biesheuvel · 8 years ago
  17. cc477bf crypto: arm/aes - replace bit-sliced OpenSSL NEON code by Ard Biesheuvel · 8 years ago
  18. 81edb42 crypto: arm/aes - replace scalar AES cipher by Ard Biesheuvel · 8 years ago
  19. afaf712 crypto: arm/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  20. 5386e5d Revert "crypto: arm64/ARM: NEON accelerated ChaCha20" by Herbert Xu · 8 years ago
  21. 8096667 crypto: arm/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  22. d0a3431 crypto: arm/crc32 - accelerated support based on x86 SSE implementation by Ard Biesheuvel · 8 years ago
  23. 1d481f1 crypto: arm/crct10dif - port x86 SSE implementation to ARM by Ard Biesheuvel · 8 years ago
  24. efad2b6 crypto: aes-ce - Make aes_simd_algs static by Herbert Xu · 8 years ago
  25. 81126d1 crypto: arm/aesbs - fix brokenness after skcipher conversion by Ard Biesheuvel · 8 years ago
  26. 6fdf436 crypto: arm/aes - Add missing SIMD select for aesbs by Herbert Xu · 8 years ago
  27. 585b5fa crypto: arm/aes - Select SIMD in Kconfig by Herbert Xu · 8 years ago
  28. 211f41a crypto: aesbs - Convert to skcipher by Herbert Xu · 8 years ago
  29. da40e7a crypto: aes-ce - Convert to skcipher by Herbert Xu · 8 years ago
  30. 58010fa crypto: arm/aes-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  31. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  32. f82e90b crypto: arm/aes-ctr - fix NULL dereference in tail processing by Ard Biesheuvel · 8 years ago
  33. 71f8991 crypto: arm/ghash - change internal cra_name to "__ghash" by Ard Biesheuvel · 8 years ago
  34. ed4767d crypto: arm/ghash-ce - add missing async import/export by Ard Biesheuvel · 8 years ago
  35. 2117eaa crypto: arm/sha1-neon - add support for building in Thumb2 mode by Ard Biesheuvel · 8 years ago
  36. 820573e crypto: ghash-ce - Fix cryptd reordering by Herbert Xu · 9 years ago
  37. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  38. 49abc0d crypto: xts - fix compile errors by Stephan Mueller · 9 years ago
  39. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 9 years ago
  40. bee038a arm/arm64: crypto: assure that ECB modes don't require an IV by Jeremy Linton · 9 years ago
  41. 4d666db crypto: arm - ignore generated SHA2 assembly files by Baruch Siach · 10 years ago
  42. 6499e8c crypto: arm/aes - streamline AES-192 code path by Ard Biesheuvel · 10 years ago
  43. c80ae7c crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEON by Ard Biesheuvel · 10 years ago
  44. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  45. 3abafaf crypto: arm - workaround for building with old binutils by Ard Biesheuvel · 10 years ago
  46. b48321d crypto: arm/sha256 - avoid sha256 code on ARMv7-M by Arnd Bergmann · 10 years ago
  47. 9205b94 crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layer by Ard Biesheuvel · 10 years ago
  48. b59e2ae crypto: arm/sha256 - move SHA-224/256 ASM/NEON implementation to base layer by Ard Biesheuvel · 10 years ago
  49. dde0098 crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layer by Ard Biesheuvel · 10 years ago
  50. 51e515f crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layer by Ard Biesheuvel · 10 years ago
  51. 90451d6 crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layer by Ard Biesheuvel · 10 years ago
  52. f2f770d crypto: arm/sha256 - Add optimized SHA-256/224 by Sami Tolvanen · 10 years ago
  53. 94a7e5e crypto: aes-ce - mark ARMv8 AES helper ciphers by Stephan Mueller · 10 years ago
  54. 76aa9d5 crypto: aesbs - mark NEON bit sliced AES helper ciphers by Stephan Mueller · 10 years ago
  55. 4b3f4e3 crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphers by Stephan Mueller · 10 years ago
  56. fa50d7e crypto: arm/ghash - fix big-endian bug in ghash by Ard Biesheuvel · 10 years ago
  57. f1e866b crypto: arm - add support for GHASH using ARMv8 Crypto Extensions by Ard Biesheuvel · 10 years ago
  58. 8646485 crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions by Ard Biesheuvel · 10 years ago
  59. 006d062 crypto: arm - add support for SHA-224/256 using ARMv8 Crypto Extensions by Ard Biesheuvel · 10 years ago
  60. 864cbee crypto: arm - add support for SHA1 using ARMv8 Crypto Instructions by Ard Biesheuvel · 10 years ago
  61. 652ccae crypto: arm - move ARM specific Kconfig definitions to a dedicated file by Ard Biesheuvel · 10 years ago
  62. 001eabf crypto: arm/aes update NEON AES module to latest OpenSSL version by Ard Biesheuvel · 10 years ago
  63. f43c239 crypto: arm - replace memset by memzero_explicit by Julia Lawall · 10 years ago
  64. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  65. 0777e3e ARM: 8125/1: crypto: enable NEON SHA-1 for big endian by Ard Biesheuvel · 10 years ago
  66. c489d98 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  67. c8611d7 ARM: 8120/1: crypto: sha512: add ARM NEON implementation by Jussi Kivilinna · 10 years ago
  68. 6046825 ARM: 8119/1: crypto: sha1: add ARM NEON implementation by Jussi Kivilinna · 10 years ago
  69. 1f8673d ARM: 8118/1: crypto: sha1/make use of common SHA-1 structures by Jussi Kivilinna · 10 years ago
  70. f3c400e crypto: arm-aes - fix encryption of unaligned data by Mikulas Patocka · 10 years ago
  71. 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 11 years ago
  72. d2eca20 CRYPTO: Fix more AES build errors by Russell King · 11 years ago
  73. 75c912a ARM: add .gitignore entry for aesbs-core.S by Russell King · 11 years ago
  74. e4e7f10 ARM: add support for bit sliced AES using NEON instructions by Ard Biesheuvel · 11 years ago
  75. 5ce26f3 ARM: move AES typedefs and function prototypes to separate header by Ard Biesheuvel · 11 years ago
  76. 40190c8 ARM: 7837/3: fix Thumb-2 bug in AES assembler code by Ard Biesheuvel · 11 years ago
  77. 934fc24 ARM: 7723/1: crypto: sha1-armv4-large.S: fix SP handling by Ard Biesheuvel · 12 years ago
  78. 638591c ARM: 7626/1: arm/crypto: Make asm SHA-1 and AES code Thumb-2 compatible by Dave Martin · 12 years ago
  79. f0be44f arm/crypto: Add optimized AES and SHA1 routines by David McCullough · 12 years ago