1. 29ce50e crypto: remove CONFIG_CRYPTO_STATS by Eric Biggers · 1 year, 1 month ago
  2. 6a8dbd7 Revert "crypto: remove CONFIG_CRYPTO_STATS" by Herbert Xu · 1 year, 1 month ago
  3. 2beb81f crypto: remove CONFIG_CRYPTO_STATS by Eric Biggers · 1 year, 1 month ago
  4. 9a14b31 crypto: ahash - unexport crypto_hash_alg_has_setkey() by Eric Biggers · 1 year, 2 months ago
  5. 9aedd10 crypto: ahash - Set using_shash for cloned ahash wrapper over shash by Dmitry Safonov · 1 year, 5 months ago
  6. 2f1f34c crypto: ahash - optimize performance when wrapping shash by Eric Biggers · 1 year, 5 months ago
  7. 85b84327 crypto: ahash - check for shash type instead of not ahash type by Eric Biggers · 1 year, 5 months ago
  8. ecf889b crypto: hash - move "ahash wrapping shash" functions to ahash.c by Eric Biggers · 1 year, 5 months ago
  9. 4d707a4 crypto: ahash - improve file comment by Eric Biggers · 1 year, 5 months ago
  10. c2435e8 crypto: ahash - remove struct ahash_request_priv by Eric Biggers · 1 year, 5 months ago
  11. c626910 crypto: ahash - remove support for nonzero alignmask by Eric Biggers · 1 year, 5 months ago
  12. b64d143 crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASK by Herbert Xu · 1 year, 7 months ago
  13. 3908edf crypto: hash - Make crypto_ahash_alg helper available by Herbert Xu · 2 years ago
  14. c7535fb crypto: hash - Add statesize to crypto_ahash by Herbert Xu · 2 years ago
  15. b8969a1 crypto: api - Fix CRYPTO_USER checks for report function by Ondrej Mosnacek · 1 year, 11 months ago
  16. ed3630b crypto: hash - Add crypto_clone_ahash/shash by Herbert Xu · 2 years ago
  17. c0f9e01 crypto: api - Check CRYPTO_USER instead of NET for report by Herbert Xu · 2 years, 1 month ago
  18. 42808e5 crypto: hash - Count error stats differently by Herbert Xu · 2 years, 1 month ago
  19. 255e48e crypto: api - Use data directly in completion function by Herbert Xu · 2 years, 2 months ago
  20. d958804 crypto: hash - Use crypto_request_complete by Herbert Xu · 2 years, 2 months ago
  21. aa96951 crypto: scatterwalk - use kmap_local() not kmap_atomic() by Ard Biesheuvel · 2 years, 4 months ago
  22. e73d340 crypto: ahash - Add init_tfm/exit_tfm by Herbert Xu · 4 years, 8 months ago
  23. 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 8 months ago
  24. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 8 months ago
  25. d4fdc2d crypto: algapi - enforce that all instances have a ->free() method by Eric Biggers · 5 years ago
  26. a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
  27. 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
  28. 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
  29. 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
  30. 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
  31. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  32. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  33. 77568e5 crypto: ahash - fix another early termination in hash walk by Eric Biggers · 6 years ago
  34. ba7d743 crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  35. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  36. 37db69e crypto: user - clean up report structure copying by Eric Biggers · 6 years ago
  37. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 7 years ago
  38. b68a7ec crypto: hash - Remove VLA usage by Kees Cook · 7 years ago
  39. 900a081 crypto: ahash - Fix early termination in hash walk by Herbert Xu · 7 years ago
  40. 6f221f7 crypto: hash - Require export/import in ahash by Kamil Konieczny · 7 years ago
  41. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  42. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  43. 4e5b0ad crypto: remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
  44. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 8 years ago
  45. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
  46. d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
  47. 2495cf2 crypto: ahash - Add padding in crypto_ahash_extsize by Herbert Xu · 9 years ago
  48. 13f4bb7 crypto: hash - Fix page length clamping in hash walk by Herbert Xu · 9 years ago
  49. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
  50. 8d18e34 crypto: hash - Add crypto_has_ahash helper by Herbert Xu · 9 years ago
  51. a5596d6 crypto: hash - Add crypto_ahash_has_setkey by Herbert Xu · 9 years ago
  52. 8996eaf crypto: ahash - ensure statesize is non-zero by Russell King · 9 years ago
  53. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 10 years ago
  54. b516d514 crypto: ahash - fixed style error in ahash.c by Joshua I. James · 10 years ago
  55. 6d9529c crypto: hash - initialize entry len for null input in crypto hash sg list walk by Tim Chen · 11 years ago
  56. 75ecb23 crypto: hash - Add real ahash walk interface by Herbert Xu · 11 years ago
  57. d4a7a0f crypto: hash - Simplify the ahash_finup implementation by Marek Vasut · 11 years ago
  58. 1ffc9fb crypto: hash - Pull out the functions to save/restore request by Marek Vasut · 11 years ago
  59. ab6bf4e crypto: hash - Fix the pointer voodoo in unaligned ahash by Marek Vasut · 11 years ago
  60. 1d9a394 crypto: ahash - Fully restore ahash request before completing by Marek Vasut · 11 years ago
  61. 9a5467bf crypto: user - fix info leaks in report API by Mathias Krause · 12 years ago
  62. 6662df3 crypto: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  63. f0dfc0b0 crypto: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  64. 3acc847 crypto: algapi - Fix build problem with NET disabled by Herbert Xu · 13 years ago
  65. 6238cba crypto: Add userspace report for ahash type algorithms by Steffen Klassert · 14 years ago
  66. 23a75ee crypto: hash - Fix handling of small unaligned buffers by Szilveszter Ördög · 15 years ago
  67. cbb9bf6 crypto: hash - Fix handling of unaligned buffers by Szilveszter Ördög · 15 years ago
  68. 5befbd5 crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep by Steffen Klassert · 16 years ago
  69. a70c522 crypto: ahash - Fix setkey crash by Herbert Xu · 16 years ago
  70. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 16 years ago
  71. 093900c crypto: ahash - Use GFP_KERNEL in unaligned setkey by Herbert Xu · 16 years ago
  72. 8c32c51 crypto: hash - Zap unaligned buffers by Herbert Xu · 16 years ago
  73. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 16 years ago
  74. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 16 years ago
  75. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 16 years ago
  76. d315a0e crypto: hash - Fix handling of sg entry that crosses page boundary by Herbert Xu · 16 years ago
  77. bb402f1 crypto: ahash - Fix digest size in /proc/crypto by Lee Nipper · 16 years ago
  78. 3751f40 crypto: hash - Make setkey optional by Herbert Xu · 16 years ago
  79. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 17 years ago
  80. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  81. 2003625 crypto: hash - Added scatter list walking helper by Herbert Xu · 17 years ago
  82. 166247f crypto: hash - Removed vestigial ahash fields by Herbert Xu · 17 years ago
  83. ca786dc crypto: hash - Fixed digest size check by Herbert Xu · 17 years ago
  84. 004a403 [CRYPTO] hash: Add asynchronous hash support by Loc Ho · 17 years ago