1. 93e220a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 2 years, 10 months ago
  2. 46ed526 crypto: kpp - provide support for KPP spawns by Nicolai Stange · 2 years, 11 months ago
  3. 1038fd7 crypto: kpp - provide support for KPP template instances by Nicolai Stange · 2 years, 11 months ago
  4. d2a02e3 lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI by Jason A. Donenfeld · 3 years ago
  5. 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
  6. 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years, 1 month ago
  7. b808f32 crypto: kdf - Add key derivation self-test support code by Stephan Müller · 3 years, 2 months ago
  8. eaffe37 crypto: ecc - Export additional helper functions by Daniele Alessandrelli · 3 years, 3 months ago
  9. a745d3a crypto: ecc - Move ecc.h to include/crypto/internal by Daniele Alessandrelli · 3 years, 3 months ago
  10. 22ca9f4 crypto: shash - avoid comparing pointers to exported functions under CFI by Ard Biesheuvel · 3 years, 7 months ago
  11. 8d195e7 crypto: poly1305 - fix poly1305_core_setkey() declaration by Arnd Bergmann · 3 years, 10 months ago
  12. 64ca771 crypto: x86 - remove glue helper module by Ard Biesheuvel · 4 years ago
  13. 28dcca4 crypto: blake2b - sync with blake2s implementation by Eric Biggers · 4 years, 1 month ago
  14. 8786841 crypto: blake2s - adjust include guard naming by Eric Biggers · 4 years, 1 month ago
  15. 42ad8cf crypto: blake2s - optimize blake2s initialization by Eric Biggers · 4 years, 1 month ago
  16. 8c4a93a crypto: blake2s - share the "shash" API boilerplate code by Eric Biggers · 4 years, 1 month ago
  17. 057edc9 crypto: blake2s - move update and final logic to internal/blake2s.h by Eric Biggers · 4 years, 1 month ago
  18. 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
  19. ce0d5d6 crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 2 months ago
  20. b00ba76 crypto: ahash - Add ahash_alg_instance by Herbert Xu · 4 years, 5 months ago
  21. 8afa25a crypto: hash - Remove unused async iterators by Ira Weiny · 4 years, 5 months ago
  22. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  23. e72b48c crypto: geniv - remove unneeded arguments from aead_geniv_alloc() by Eric Biggers · 4 years, 6 months ago
  24. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  25. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  26. 0f8f6d8 crypto: geniv - convert to new way of freeing instances 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. aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  31. 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
  32. fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
  33. 73bed26 crypto: akcipher - pass instance to crypto_grab_akcipher() by Eric Biggers · 5 years ago
  34. cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
  35. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  36. 77f7e94 crypto: ahash - make struct ahash_instance be the full size by Eric Biggers · 5 years ago
  37. 1b84e7d crypto: shash - make struct shash_instance be the full size by Eric Biggers · 5 years ago
  38. c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
  39. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  40. 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
  41. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  42. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  43. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  44. 579d705 crypto: chacha - fix warning message in header file by Valdis Klētnieks · 5 years ago
  45. 095be69 crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> by Eric Biggers · 5 years ago
  46. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  47. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  48. 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
  49. 66d7fb9 crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 5 years ago
  50. 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
  51. ad8f5b8 crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 5 years ago
  52. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  53. 22cf705 crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 5 years ago
  54. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  55. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  56. 5b0fe95 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  57. 6017826 crypto: skcipher - add the ability to abort a skcipher walk by Ard Biesheuvel · 5 years ago
  58. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  59. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
  60. 939f146 crypto: user - fix potential warnings in cryptouser.h by Masahiro Yamada · 5 years ago
  61. 91b05a7 crypto: user - make NETLINK_CRYPTO work inside netns by Ondrej Mosnacek · 6 years ago
  62. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  63. 314d0f0 crypto: skcipher - make chunksize and walksize accessors internal by Eric Biggers · 6 years ago
  64. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  65. 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 6 years ago
  66. b55e1a3 crypto: simd,testmgr - introduce crypto_simd_usable() by Eric Biggers · 6 years ago
  67. 1661131 crypto: simd - support wrapping AEAD algorithms by Eric Biggers · 6 years ago
  68. e17568e crypto: user - forward declare crypto_nlsk by Eric Biggers · 6 years ago
  69. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  70. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  71. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  72. 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
  73. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  74. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  75. 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  76. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 7 years ago
  77. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
  78. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  79. 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
  80. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  81. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  82. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
  83. 333706b crypto: Add akcipher_set_reqsize() function by Gary R Hook · 8 years ago
  84. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  85. 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 8 years ago
  86. 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 8 years ago
  87. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
  88. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  89. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  90. 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 8 years ago
  91. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  92. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  93. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  94. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  95. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  96. afb5a0a crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration by Eric Biggers · 8 years ago
  97. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 9 years ago
  98. da72130 crypto: aead - Remove blkcipher null for IV generators by Herbert Xu · 9 years ago
  99. ca0494c crypto: aead - Add skcipher null for IV generators by Herbert Xu · 9 years ago
  100. 7a530aa crypto: aead - Add chunk size by Herbert Xu · 9 years ago