1. 4860620 crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver by Ard Biesheuvel · 8 years ago
  2. 5d3d9c8 crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers by Ard Biesheuvel · 8 years ago
  3. 88a3f58 crypto: arm64/aes - don't use IV buffer to return final keystream block by Ard Biesheuvel · 8 years ago
  4. 12fcd92 crypto: arm64/aes - replace scalar fallback with plain NEON fallback by Ard Biesheuvel · 8 years ago
  5. 4edd7d0 crypto: arm64/aes-neon-blk - tweak performance for low end cores by Ard Biesheuvel · 8 years ago
  6. c458c4ad crypto: arm64/aes - performance tweak by Ard Biesheuvel · 8 years ago
  7. 262ea4f crypto: arm64/aes - avoid literals for cross-module symbol references by Ard Biesheuvel · 8 years ago
  8. 4d1108f crypto: arm64/chacha20 - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  9. ccc5d51 crypto: arm64/aes-blk - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  10. 8f4102d crypto: arm64/aes-ce-ccm - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  11. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  12. 11e3b72 crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes by Ard Biesheuvel · 8 years ago
  13. 1abee99 crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 by Ard Biesheuvel · 8 years ago
  14. bed593c crypto: arm64/aes - add scalar implementation by Ard Biesheuvel · 8 years ago
  15. 293614c crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well by Ard Biesheuvel · 8 years ago
  16. b7171ce crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  17. 5386e5d Revert "crypto: arm64/ARM: NEON accelerated ChaCha20" by Herbert Xu · 8 years ago
  18. 8621caa crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  19. 8fefde9 crypto: arm64/crc32 - accelerated support based on x86 SSE implementation by Ard Biesheuvel · 8 years ago
  20. 6ef5737 crypto: arm64/crct10dif - port x86 SSE implementation to arm64 by Ard Biesheuvel · 8 years ago
  21. 0be8a27 crypto: arm64/aes-ce-ccm - Fix AEAD decryption length by Herbert Xu · 8 years ago
  22. b3e1e0c crypto: arm64/aes-ce-ctr - fix skcipher conversion by Ard Biesheuvel · 8 years ago
  23. 7f329c1 crypto: arm/aes-ce - fix broken monolithic build by Ard Biesheuvel · 8 years ago
  24. 585b5fa crypto: arm/aes - Select SIMD in Kconfig by Herbert Xu · 8 years ago
  25. a4b15be crypto: arm64/sha2 - add generated .S files to .gitignore by Ard Biesheuvel · 8 years ago
  26. d0ed0db crypto: arm64/aes - Convert to skcipher by Herbert Xu · 8 years ago
  27. cf2c0fe crypto: aes-ce-ccm - Use skcipher walk interface by Herbert Xu · 8 years ago
  28. 7918ece crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512 by Ard Biesheuvel · 8 years ago
  29. caf4b9e crypto: arm64/aes-xts-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  30. a2c435c crypto: arm64/aes-neon - fix for big endian by Ard Biesheuvel · 8 years ago
  31. 56e4e76 crypto: arm64/aes-ccm-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  32. 174122c crypto: arm64/sha2-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  33. ee71e5f crypto: arm64/sha1-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  34. 9c433ad crypto: arm64/ghash-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  35. 1803b9a crypto: arm64/aes-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  36. 2db34e7 crypto: arm64/aes-ctr - fix NULL dereference in tail processing by Ard Biesheuvel · 8 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. 08c6781 arm64: crypto: reduce priority of core AES cipher by Ard Biesheuvel · 9 years ago
  42. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  43. 2642d6a crypto: aes-ce-ccm - Convert to new AEAD interface by Herbert Xu · 9 years ago
  44. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 10 years ago
  45. 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  46. ec59a65 crypto: arm64/sha2-ce - prevent asm code finalization in final() path by Ard Biesheuvel · 10 years ago
  47. bf7883e crypto: arm64/sha1-ce - prevent asm code finalization in final() path by Ard Biesheuvel · 10 years ago
  48. ac02c6e crypto: arm64/crc32 - bring in line with generic CRC32 by Ard Biesheuvel · 10 years ago
  49. 34ed9a3 crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h by Herbert Xu · 10 years ago
  50. 714d8e7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  51. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  52. 03802f6 crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layer by Ard Biesheuvel · 10 years ago
  53. 07eb54d crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layer by Ard Biesheuvel · 10 years ago
  54. cd98411 crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers by Stephan Mueller · 10 years ago
  55. 4a97abd arm64/crypto: issue aese/aesmc instructions in pairs by Ard Biesheuvel · 10 years ago
  56. 0eee0fb arm64: crypto: increase AES interleave to 4x by Ard Biesheuvel · 10 years ago
  57. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  58. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  59. f6f203f crypto: crc32 - Add ARM64 CRC32 hw accelerated module by Yazen Ghannam · 10 years ago
  60. 12ac3ef arm64/crypto: use crypto instructions to generate AES key schedule by Ard Biesheuvel · 10 years ago
  61. 031cb42 arm64/crypto: remove redundant update of data by Colin Ian King · 10 years ago
  62. 5167d09 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  63. 31dab71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  64. f960d20 crypto: arm64-aes - fix encryption of unaligned data by Mikulas Patocka · 10 years ago
  65. 7c2105f arm64/crypto: fix makefile rule for aes-glue-%.o by Andreas Schwab · 10 years ago
  66. b913a64 arm64/crypto: improve performance of GHASH algorithm by Ard Biesheuvel · 11 years ago
  67. 6aa8b20 arm64/crypto: fix data corruption bug in GHASH algorithm by Ard Biesheuvel · 11 years ago
  68. 49788fe arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions by Ard Biesheuvel · 11 years ago
  69. a3fd821 arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  70. 317f2f7 arm64/crypto: AES using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  71. fdd2389 arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  72. 6ba6c74 arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  73. 2c98833 arm64/crypto: SHA-1 using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago