1. 6e8f972 crypto: sparc - rename sha256 to sha256_alg by Eric Biggers · 4 years, 6 months ago
  2. 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
  3. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  4. cd5d2f8 crypto: sparc/des - convert to skcipher API by Eric Biggers · 5 years ago
  5. c72a26e crypto: sparc/camellia - convert to skcipher API by Eric Biggers · 5 years ago
  6. 64db5e7 crypto: sparc/aes - convert to skcipher API by Eric Biggers · 5 years ago
  7. 8f467cf crypto: sparc/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  8. 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 6 years ago
  9. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  10. eee25da crypto: sparc - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  11. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  12. d416559 crypto: remove useless initializations of cra_list by Eric Biggers · 6 years ago
  13. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  14. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  15. aebb48f sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64 by Corentin Labbe · 7 years ago
  16. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  19. a66d7f7 crypto: sparc - initialize blkcipher.ivsize by Dave Kleikamp · 9 years ago
  20. c20fc09 crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw value by LABBE Corentin · 10 years ago
  21. 97ef8ef crypto: sparc64/md5 - fix module description by Mathias Krause · 10 years ago
  22. 5001323 crypto: sparc64/des - add "des3_ede" module alias by Mathias Krause · 10 years ago
  23. 7d676fd crypto: sparc64/camellia - fix module alias by Mathias Krause · 10 years ago
  24. b012641 crypto: sparc64/aes - fix module description by Mathias Krause · 10 years ago
  25. 8202cd7 crypto: sparc - replace memset by memzero_explicit by Julia Lawall · 10 years ago
  26. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  27. 756382c sparc64: fix sparse warnings in aes_glue.c by Sam Ravnborg · 11 years ago
  28. 62ba63d sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in CAMELLIA code. by David S. Miller · 12 years ago
  29. b3a3794 sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in DES code. by David S. Miller · 12 years ago
  30. ce68895 sparc64: Fix ECB looping constructs in AES code. by David S. Miller · 12 years ago
  31. b35d282 sparc64: Set CRYPTO_TFM_REQ_MAY_SLEEP consistently in AES code. by David S. Miller · 12 years ago
  32. a8d97ce sparc64: Fix AES ctr mode block size. by David S. Miller · 12 years ago
  33. 9f28ffc sparc64: Fix unrolled AES 256-bit key loops. by David S. Miller · 12 years ago
  34. 226f7ce sparc64: Fix build with mix of modular vs. non-modular crypto drivers. by David S. Miller · 12 years ago
  35. 274504f sparc64: Fix function argument comment in camellia_sparc64_key_expand asm. by David S. Miller · 12 years ago
  36. 65d5fcf sparc64: Fix IV handling bug in des_sparc64_cbc_decrypt by David S. Miller · 12 years ago
  37. 979e93c sparc64: Add auto-loading mechanism to crypto-opcode drivers. by David S. Miller · 12 years ago
  38. 7174168 sparc64: Add missing pr_fmt define to crypto opcode drivers. by David S. Miller · 12 years ago
  39. 1080362 sparc64: Adjust crypto priorities. by David S. Miller · 12 years ago
  40. 699871b sparc64: Fix bugs in unrolled 256-bit loops. by David S. Miller · 12 years ago
  41. 7cff82f sparc64: Avoid code duplication in crypto assembler. by David S. Miller · 12 years ago
  42. 4e71bb4 sparc64: Unroll CTR crypt loops in AES driver. by David S. Miller · 12 years ago
  43. 3010131 sparc64: Unroll ECB decryption loops in AES driver. by David S. Miller · 12 years ago
  44. 03d168a sparc64: Unroll ECB encryption loops in AES driver. by David S. Miller · 12 years ago
  45. 9fd130e sparc64: Add ctr mode support to AES driver. by David S. Miller · 12 years ago
  46. 0bdcaf7 sparc64: Move AES driver over to a methods based implementation. by David S. Miller · 12 years ago
  47. 45dfe23 sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. by David S. Miller · 12 years ago
  48. 81658ad sparc64: Add CAMELLIA driver making use of the new camellia opcodes. by David S. Miller · 12 years ago
  49. c5aac2d sparc64: Add DES driver making use of the new des opcodes. by David S. Miller · 12 years ago
  50. 442a7c4 sparc64: Add CRC32C driver making use of the new crc32c opcode. by David S. Miller · 12 years ago
  51. 9bf4852 sparc64: Add AES driver making use of the new aes opcodes. by David S. Miller · 12 years ago
  52. fa4dfed sparc64: Add MD5 driver making use of the 'md5' instruction. by David S. Miller · 12 years ago
  53. 775e0c6 sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction. by David S. Miller · 12 years ago
  54. 86c93b2 sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction. by David S. Miller · 12 years ago
  55. 4ff28d4 sparc64: Add SHA1 driver making use of the 'sha1' instruction. by David S. Miller · 12 years ago