1. dd39aff crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 5 years ago
  2. 79d47dd crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unaligned by Jia-Ju Bai · 7 years ago
  3. adf26e8 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 6 years ago
  4. 43259d0 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 6 years ago
  5. 91daaef crypto: shash - Fix zero-length shash ahash digest crash by Herbert Xu · 7 years ago
  6. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  7. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 8 years ago
  8. 00420a6 crypto: shash - Fix has_key setting by Herbert Xu · 8 years ago
  9. a5596d6 crypto: hash - Add crypto_ahash_has_setkey by Herbert Xu · 8 years ago
  10. ac61168 crypto: shash - Use crypto_alg_extsize helper by Herbert Xu · 9 years ago
  11. 66d8ea5 crypto: LLVMLinux: aligned-attribute.patch by Mark Charlebois · 11 years ago
  12. 9a5467b crypto: user - fix info leaks in report API by Mathias Krause · 11 years ago
  13. 50fc3e8 crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once by Jussi Kivilinna · 12 years ago
  14. 6662df3 crypto: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  15. f0dfc0b crypto: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  16. 3acc847 crypto: algapi - Fix build problem with NET disabled by Herbert Xu · 13 years ago
  17. f4d663c crypto: Add userspace report for shash type algorithms by Steffen Klassert · 13 years ago
  18. 90246e7 crypto: hash - Fix async import on shash algorithm by Herbert Xu · 14 years ago
  19. 18eb8ea crypto: shash - Remove usage of CRYPTO_MINALIGN by Herbert Xu · 14 years ago
  20. 0044f3e crypto: shash - Test for the algorithms import function before exporting it by Steffen Klassert · 15 years ago
  21. f592682 crypto: shash - Require all algorithms to support export/import by Herbert Xu · 15 years ago
  22. cbc86b9 crypto: shash - Fix async finup handling of null digest by Herbert Xu · 15 years ago
  23. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 15 years ago
  24. 0e2d3a1 crypto: shash - Fix alignment in unaligned operations by Herbert Xu · 15 years ago
  25. 8c32c51 crypto: hash - Zap unaligned buffers by Herbert Xu · 15 years ago
  26. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 15 years ago
  27. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 15 years ago
  28. 2ca33da crypto: api - Remove frontend argument from extsize/init_tfm by Herbert Xu · 15 years ago
  29. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 15 years ago
  30. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 15 years ago
  31. 57cfe44 crypto: shash - Move null setkey check to registration time by Herbert Xu · 15 years ago
  32. 8267ada crypto: shash - Move finup/digest null checks to registration time by Herbert Xu · 15 years ago
  33. 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 15 years ago
  34. deee228 crypto: shash - Propagate reinit return value by Herbert Xu · 15 years ago
  35. f88ad8d crypto: shash - Use finup in default digest by Herbert Xu · 15 years ago
  36. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 15 years ago
  37. 7d6f564 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 15 years ago
  38. 9429699 crypto: shash - Add spawn support by Herbert Xu · 15 years ago
  39. 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 15 years ago
  40. f4f6899 crypto: shash - Fix unaligned calculation with short length by Yehuda Sadeh · 15 years ago
  41. 3f683d6 crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention by Herbert Xu · 15 years ago
  42. 1693531 crypto: shash - Remove superfluous check in init_tfm by Herbert Xu · 15 years ago
  43. 4abfd73 crypto: shash - Fix module refcount by Adrian-Ken Rueegsegger · 15 years ago
  44. 3751f40 crypto: hash - Make setkey optional by Herbert Xu · 16 years ago
  45. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  46. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  47. 3b2f6df crypto: hash - Export shash through ahash by Herbert Xu · 16 years ago
  48. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago