1. c59a6df crypto: arm64/aes-ccm - switch to AES library by Ard Biesheuvel · 6 years ago
  2. fe3b99b crypto: arm64/ghash - switch to AES library by Ard Biesheuvel · 6 years ago
  3. 19c11c9 crypto: arm64/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  4. cc7cf99 crypto: arm64/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  5. a00fa0c crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305 by Eric Biggers · 6 years ago
  6. 598b7d4 crypto: arm64/crc32 - remove PMULL based CRC32 driver by Ard Biesheuvel · 6 years ago
  7. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  8. e99ce92 crypto: arm64 - add support for SM4 encryption using special instructions by Ard Biesheuvel · 7 years ago
  9. 91a2abb crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS by Eric Biggers · 7 years ago
  10. 140aa50 crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  11. 15d5910 crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  12. bb6c8c4 crypto: arm64 - implement SHA-512 using special instructions by Ard Biesheuvel · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 537c144 crypto: arm64/gcm - implement native driver using v8 Crypto Extensions by Ard Biesheuvel · 7 years ago
  15. ec808bb crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR by Ard Biesheuvel · 7 years ago
  16. e211506 crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR by Ard Biesheuvel · 7 years ago
  17. 5092fcf crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  18. b8fb993 crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  19. da17933 crypto: arm64/sha2-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  20. 0771f32 crypto: arm64/sha1-ce - add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  21. 6d6254d crypto: arm64/ghash-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  22. 5d3d9c8 crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers by Ard Biesheuvel · 8 years ago
  23. 12fcd92 crypto: arm64/aes - replace scalar fallback with plain NEON fallback by Ard Biesheuvel · 8 years ago
  24. 1abee99 crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 by Ard Biesheuvel · 8 years ago
  25. bed593c crypto: arm64/aes - add scalar implementation by Ard Biesheuvel · 8 years ago
  26. b7171ce crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  27. 5386e5d Revert "crypto: arm64/ARM: NEON accelerated ChaCha20" by Herbert Xu · 8 years ago
  28. 8621caa crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  29. 8fefde9 crypto: arm64/crc32 - accelerated support based on x86 SSE implementation by Ard Biesheuvel · 8 years ago
  30. 6ef5737 crypto: arm64/crct10dif - port x86 SSE implementation to arm64 by Ard Biesheuvel · 8 years ago
  31. 585b5fa crypto: arm/aes - Select SIMD in Kconfig by Herbert Xu · 8 years ago
  32. 7918ece crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512 by Ard Biesheuvel · 8 years ago
  33. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  34. f6f203f crypto: crc32 - Add ARM64 CRC32 hw accelerated module by Yazen Ghannam · 10 years ago
  35. 12ac3ef arm64/crypto: use crypto instructions to generate AES key schedule by Ard Biesheuvel · 10 years ago
  36. 49788fe arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions by Ard Biesheuvel · 11 years ago
  37. a3fd821 arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  38. 317f2f7 arm64/crypto: AES using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  39. fdd2389 arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  40. 6ba6c74 arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  41. 2c98833 arm64/crypto: SHA-1 using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago