1. 22ca9f4 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 7 months ago
  2. b00ba76 crypto: ahash - Add ahash_alg_instance by Herbert Xu · 4 years, 5 months ago
  3. 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 5 months ago
  4. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  5. 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
  6. 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
  7. 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
  8. 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
  9. fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
  10. 77f7e94 crypto: ahash - make struct ahash_instance be the full size by Eric Biggers · 5 years ago
  11. 1b84e7d crypto: shash - make struct shash_instance be the full size by Eric Biggers · 5 years ago
  12. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  13. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  14. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  15. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 6 years ago
  18. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  19. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
  20. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  21. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  22. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
  23. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
  24. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 9 years ago
  25. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
  26. 1e65b81 crypto: sha-mb - multibuffer crypto infrastructure by Tim Chen · 10 years ago
  27. 75ecb23 crypto: hash - Add real ahash walk interface by Herbert Xu · 11 years ago
  28. 50fc3e8 crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once by Jussi Kivilinna · 13 years ago
  29. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 16 years ago
  30. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 16 years ago
  31. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 16 years ago
  32. 52861c7 crypto: hash - Add helpers to free spawns by Herbert Xu · 16 years ago
  33. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 16 years ago
  34. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 16 years ago
  35. fc00127 crypto: ahash - Add crypto_ahash_set_reqsize by Herbert Xu · 16 years ago
  36. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 16 years ago
  37. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 16 years ago
  38. ef5d590 crypto: shash - Add shash_instance_ctx by Herbert Xu · 16 years ago
  39. 0390e6a crypto: shash - Add __crypto_shash_cast by Herbert Xu · 16 years ago
  40. cde6263 crypto: shash - Add crypto_shash_ctx_aligned by Herbert Xu · 16 years ago
  41. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 16 years ago
  42. 7d6f5640 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 16 years ago
  43. 9429699 crypto: shash - Add spawn support by Herbert Xu · 16 years ago
  44. 2e4fddd crypto: shash - Add shash_instance 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. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  48. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 17 years ago
  49. 2003625 crypto: hash - Added scatter list walking helper by Herbert Xu · 17 years ago