1. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  2. 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
  3. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  4. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  5. 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  6. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 7 years ago
  7. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
  8. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  9. 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
  10. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  11. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  12. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
  13. 333706b crypto: Add akcipher_set_reqsize() function by Gary R Hook · 7 years ago
  14. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  15. 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 8 years ago
  16. 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 8 years ago
  17. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
  18. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  19. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  20. 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 8 years ago
  21. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  22. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  23. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  24. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  25. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  26. afb5a0a crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration by Eric Biggers · 8 years ago
  27. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 9 years ago
  28. da72130 crypto: aead - Remove blkcipher null for IV generators by Herbert Xu · 9 years ago
  29. ca0494c crypto: aead - Add skcipher null for IV generators by Herbert Xu · 9 years ago
  30. 7a530aa crypto: aead - Add chunk size by Herbert Xu · 9 years ago
  31. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 9 years ago
  32. 8be0b84 crypto: rsa - Store rest of the private key components by Salvatore Benedetto · 9 years ago
  33. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 9 years ago
  34. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 9 years ago
  35. 5a7de97 crypto: rsa - return raw integers for the ASN.1 parser by Tudor Ambarus · 9 years ago
  36. 53a0bd7 crypto: aead - move aead_request_cast helper to aead.h by Tadeusz Struk · 9 years ago
  37. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
  38. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 9 years ago
  39. 3d5b1ec crypto: rsa - RSA padding algorithm by Andrzej Zaborowski · 9 years ago
  40. 28a4618 crypto: akcipher - add akcipher declarations needed by templates. by Andrzej Zaborowski · 9 years ago
  41. 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
  42. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago
  43. b0d955b crypto: aead - Remove old AEAD interfaces by Herbert Xu · 9 years ago
  44. 149a397 crypto: aead - Add type-safe geniv init/exit helpers by Herbert Xu · 9 years ago
  45. ba75e15 crypto: aead - Add type-safe function for freeing instances by Herbert Xu · 10 years ago
  46. 2c11a3f crypto: aead - Add aead_queue interface by Herbert Xu · 10 years ago
  47. 7cecadb crypto: rng - Do not free default RNG when it becomes unused by Herbert Xu · 10 years ago
  48. f5d8660 crypto: aead - Fix aead_instance struct size by Herbert Xu · 10 years ago
  49. cfc2bb3 crypto: rsa - add a new rsa generic implementation by Tadeusz Struk · 10 years ago
  50. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 10 years ago
  51. caab946 crypto: aead - Add multiple algorithm registration interface by Herbert Xu · 10 years ago
  52. 4361536 crypto: aead - Ignore return value from crypto_unregister_alg by Herbert Xu · 10 years ago
  53. 5c98d62 crypto: aead - Add aead_alg_instance by Herbert Xu · 10 years ago
  54. 6350449 crypto: aead - Add common IV generation code by Herbert Xu · 10 years ago
  55. 30e4c01 crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize by Herbert Xu · 10 years ago
  56. 856e3f40 crypto: seqiv - Add support for new AEAD interface by Herbert Xu · 10 years ago
  57. 63293c6 crypto: aead - Add support for new AEAD implementations by Herbert Xu · 10 years ago
  58. f569525 crypto: aead - Add crypto_aead_maxauthsize by Herbert Xu · 10 years ago
  59. 2d0f230 crypto: aead - Rename aead_alg to old_aead_alg by Herbert Xu · 10 years ago
  60. 5d1d65f crypto: aead - Convert top level interface to new style by Herbert Xu · 10 years ago
  61. 21b70134 crypto: aead - Add crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  62. 94f1bb1 crypto: rng - Remove old low-level rng interface by Herbert Xu · 10 years ago
  63. 881cd6c crypto: rng - Add multiple algorithm registration interface by Herbert Xu · 10 years ago
  64. 7ca99d8 crypto: rng - Add crypto_rng_set_entropy by Herbert Xu · 10 years ago
  65. acec27f crypto: rng - Convert low-level crypto_rng to new style by Herbert Xu · 10 years ago
  66. 1e65b81 crypto: sha-mb - multibuffer crypto infrastructure by Tim Chen · 10 years ago
  67. d656c18 crypto: skcipher - Don't use __crypto_dequeue_request() by Marek Vasut · 11 years ago
  68. 75ecb23 crypto: hash - Add real ahash walk interface by Herbert Xu · 11 years ago
  69. 50fc3e8 crypto: add crypto_[un]register_shashes for [un]registering multiple shash entries at once by Jussi Kivilinna · 13 years ago
  70. 1e12299 crypto: user - Fix lookup of algorithms with IV generator by Steffen Klassert · 13 years ago
  71. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  72. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
  73. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 16 years ago
  74. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 16 years ago
  75. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 16 years ago
  76. 52861c7 crypto: hash - Add helpers to free spawns by Herbert Xu · 16 years ago
  77. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 16 years ago
  78. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 16 years ago
  79. fc00127 crypto: ahash - Add crypto_ahash_set_reqsize by Herbert Xu · 16 years ago
  80. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 16 years ago
  81. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 16 years ago
  82. ef5d590 crypto: shash - Add shash_instance_ctx by Herbert Xu · 16 years ago
  83. 0390e6a crypto: shash - Add __crypto_shash_cast by Herbert Xu · 16 years ago
  84. cde6263 crypto: shash - Add crypto_shash_ctx_aligned by Herbert Xu · 16 years ago
  85. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 16 years ago
  86. 7d6f5640 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 16 years ago
  87. 9429699 crypto: shash - Add spawn support by Herbert Xu · 16 years ago
  88. 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 16 years ago
  89. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 16 years ago
  90. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  91. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  92. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  93. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  94. 5be5e66 crypto: skcipher - Move IV generators into their own modules by Herbert Xu · 16 years ago
  95. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 17 years ago
  96. 2003625 crypto: hash - Added scatter list walking helper by Herbert Xu · 17 years ago
  97. f13ba2f [CRYPTO] skcipher: Fix section mismatches by Herbert Xu · 17 years ago
  98. 76fc60a [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module by Herbert Xu · 17 years ago
  99. e7cd251 [CRYPTO] chainiv: Avoid lock spinning where possible by Herbert Xu · 17 years ago
  100. 3631c65 [CRYPTO] null: Add null blkcipher algorithm by Herbert Xu · 17 years ago