1. fb87127 crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions code by Ard Biesheuvel · 7 years ago
  2. 140aa50 crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  3. 15d5910 crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  4. 20b04c0 crypto: arm64/sha1-ce - get rid of literal pool by Ard Biesheuvel · 7 years ago
  5. 17a0607 crypto: arm64/sha2-ce - move the round constant table to .rodata section by Ard Biesheuvel · 7 years ago
  6. 325f562 crypto: arm64/crct10dif - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  7. eec7d45 crypto: arm64/crc32 - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  8. 62c24708 crypto: arm64/aes-neon - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  9. 96a74f7 crypto: arm64/aes-cipher - move S-box to .rodata section by Ard Biesheuvel · 7 years ago
  10. bb6c8c4 crypto: arm64 - implement SHA-512 using special instructions by Ard Biesheuvel · 7 years ago
  11. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  12. 45223b7 crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error by Corentin Labbe · 7 years ago
  13. 019cd46 crypto: arm64/aes-ce-cipher - move assembler code to .S file by Ard Biesheuvel · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 7c83d68 crypto: arm64/aes - avoid expanded lookup tables in the final round by Ard Biesheuvel · 8 years ago
  16. 03c9a33 crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL by Ard Biesheuvel · 8 years ago
  17. 537c144 crypto: arm64/gcm - implement native driver using v8 Crypto Extensions by Ard Biesheuvel · 8 years ago
  18. ec808bb crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR by Ard Biesheuvel · 8 years ago
  19. 611d532 crypto: arm64/chacha20 - take may_use_simd() into account by Ard Biesheuvel · 8 years ago
  20. e211506 crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR by Ard Biesheuvel · 8 years ago
  21. 5092fcf crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback by Ard Biesheuvel · 8 years ago
  22. b8fb993 crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback by Ard Biesheuvel · 8 years ago
  23. f402e31 crypto: arm64/aes-ce-cipher - match round key endianness with generic code by Ard Biesheuvel · 8 years ago
  24. da17933 crypto: arm64/sha2-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 8 years ago
  25. 0771f32 crypto: arm64/sha1-ce - add non-SIMD generic fallback by Ard Biesheuvel · 8 years ago
  26. 15c7d8f crypto: arm64/crc32 - add non-SIMD scalar fallback by Ard Biesheuvel · 8 years ago
  27. 2dde374 crypto: arm64/crct10dif - add non-SIMD generic fallback by Ard Biesheuvel · 8 years ago
  28. 6d6254d crypto: arm64/ghash-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 8 years ago
  29. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 8 years ago
  30. f4857f4 crypto: arm64/sha - avoid non-standard inline asm tricks by Ard Biesheuvel · 8 years ago
  31. 4860620 crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver by Ard Biesheuvel · 8 years ago
  32. 5d3d9c8 crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers by Ard Biesheuvel · 8 years ago
  33. 88a3f58 crypto: arm64/aes - don't use IV buffer to return final keystream block by Ard Biesheuvel · 8 years ago
  34. 12fcd92 crypto: arm64/aes - replace scalar fallback with plain NEON fallback by Ard Biesheuvel · 8 years ago
  35. 4edd7d0 crypto: arm64/aes-neon-blk - tweak performance for low end cores by Ard Biesheuvel · 8 years ago
  36. c458c4ad crypto: arm64/aes - performance tweak by Ard Biesheuvel · 8 years ago
  37. 262ea4f crypto: arm64/aes - avoid literals for cross-module symbol references by Ard Biesheuvel · 8 years ago
  38. 4d1108f crypto: arm64/chacha20 - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  39. ccc5d51 crypto: arm64/aes-blk - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  40. 8f4102d crypto: arm64/aes-ce-ccm - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  41. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  42. 11e3b72 crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes by Ard Biesheuvel · 8 years ago
  43. 1abee99 crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 by Ard Biesheuvel · 8 years ago
  44. bed593c crypto: arm64/aes - add scalar implementation by Ard Biesheuvel · 8 years ago
  45. 293614c crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well by Ard Biesheuvel · 8 years ago
  46. b7171ce crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  47. 5386e5d Revert "crypto: arm64/ARM: NEON accelerated ChaCha20" by Herbert Xu · 8 years ago
  48. 8621caa crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  49. 8fefde9 crypto: arm64/crc32 - accelerated support based on x86 SSE implementation by Ard Biesheuvel · 8 years ago
  50. 6ef5737 crypto: arm64/crct10dif - port x86 SSE implementation to arm64 by Ard Biesheuvel · 8 years ago
  51. 0be8a27 crypto: arm64/aes-ce-ccm - Fix AEAD decryption length by Herbert Xu · 8 years ago
  52. b3e1e0c crypto: arm64/aes-ce-ctr - fix skcipher conversion by Ard Biesheuvel · 8 years ago
  53. 7f329c1 crypto: arm/aes-ce - fix broken monolithic build by Ard Biesheuvel · 8 years ago
  54. 585b5fa crypto: arm/aes - Select SIMD in Kconfig by Herbert Xu · 8 years ago
  55. a4b15be crypto: arm64/sha2 - add generated .S files to .gitignore by Ard Biesheuvel · 8 years ago
  56. d0ed0db crypto: arm64/aes - Convert to skcipher by Herbert Xu · 8 years ago
  57. cf2c0fe crypto: aes-ce-ccm - Use skcipher walk interface by Herbert Xu · 8 years ago
  58. 7918ece crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512 by Ard Biesheuvel · 8 years ago
  59. caf4b9e crypto: arm64/aes-xts-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  60. a2c435c crypto: arm64/aes-neon - fix for big endian by Ard Biesheuvel · 8 years ago
  61. 56e4e76 crypto: arm64/aes-ccm-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  62. 174122c crypto: arm64/sha2-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  63. ee71e5f crypto: arm64/sha1-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  64. 9c433ad crypto: arm64/ghash-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  65. 1803b9a crypto: arm64/aes-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  66. 2db34e7 crypto: arm64/aes-ctr - fix NULL dereference in tail processing by Ard Biesheuvel · 8 years ago
  67. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  68. 49abc0d crypto: xts - fix compile errors by Stephan Mueller · 9 years ago
  69. 28856a9 crypto: xts - consolidate sanity check for keys by Stephan Mueller · 9 years ago
  70. bee038a arm/arm64: crypto: assure that ECB modes don't require an IV by Jeremy Linton · 9 years ago
  71. 08c6781 arm64: crypto: reduce priority of core AES cipher by Ard Biesheuvel · 9 years ago
  72. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  73. 2642d6a crypto: aes-ce-ccm - Convert to new AEAD interface by Herbert Xu · 10 years ago
  74. c0b59fa Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Herbert Xu · 10 years ago
  75. 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  76. ec59a65 crypto: arm64/sha2-ce - prevent asm code finalization in final() path by Ard Biesheuvel · 10 years ago
  77. bf7883e crypto: arm64/sha1-ce - prevent asm code finalization in final() path by Ard Biesheuvel · 10 years ago
  78. ac02c6e crypto: arm64/crc32 - bring in line with generic CRC32 by Ard Biesheuvel · 10 years ago
  79. 34ed9a3 crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h by Herbert Xu · 10 years ago
  80. 714d8e7 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  81. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  82. 03802f6 crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layer by Ard Biesheuvel · 10 years ago
  83. 07eb54d crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layer by Ard Biesheuvel · 10 years ago
  84. cd98411 crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers by Stephan Mueller · 10 years ago
  85. 4a97abd arm64/crypto: issue aese/aesmc instructions in pairs by Ard Biesheuvel · 10 years ago
  86. 0eee0fb arm64: crypto: increase AES interleave to 4x by Ard Biesheuvel · 10 years ago
  87. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  88. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  89. f6f203f crypto: crc32 - Add ARM64 CRC32 hw accelerated module by Yazen Ghannam · 10 years ago
  90. 12ac3ef arm64/crypto: use crypto instructions to generate AES key schedule by Ard Biesheuvel · 10 years ago
  91. 031cb42 arm64/crypto: remove redundant update of data by Colin Ian King · 10 years ago
  92. 5167d09 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  93. 31dab71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  94. f960d20 crypto: arm64-aes - fix encryption of unaligned data by Mikulas Patocka · 11 years ago
  95. 7c2105f arm64/crypto: fix makefile rule for aes-glue-%.o by Andreas Schwab · 11 years ago
  96. b913a64 arm64/crypto: improve performance of GHASH algorithm by Ard Biesheuvel · 11 years ago
  97. 6aa8b20 arm64/crypto: fix data corruption bug in GHASH algorithm by Ard Biesheuvel · 11 years ago
  98. 49788fe arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions by Ard Biesheuvel · 11 years ago
  99. a3fd821 arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago
  100. 317f2f7 arm64/crypto: AES using ARMv8 Crypto Extensions by Ard Biesheuvel · 11 years ago