1. ce0d5d6 crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 2 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. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  5. e72b48c crypto: geniv - remove unneeded arguments from aead_geniv_alloc() by Eric Biggers · 4 years, 6 months ago
  6. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  7. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  8. 0f8f6d8 crypto: geniv - convert to new way of freeing instances by Eric Biggers · 5 years ago
  9. 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
  10. 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
  11. 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
  12. aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  13. 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
  14. fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
  15. 73bed26 crypto: akcipher - pass instance to crypto_grab_akcipher() by Eric Biggers · 5 years ago
  16. cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
  17. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  18. 77f7e94 crypto: ahash - make struct ahash_instance be the full size by Eric Biggers · 5 years ago
  19. 1b84e7d crypto: shash - make struct shash_instance be the full size by Eric Biggers · 5 years ago
  20. c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
  21. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  22. 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
  23. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  24. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  25. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  26. 579d705 crypto: chacha - fix warning message in header file by Valdis Klētnieks · 5 years ago
  27. 095be69 crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> by Eric Biggers · 5 years ago
  28. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  29. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  30. 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
  31. 66d7fb9 crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 5 years ago
  32. 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
  33. ad8f5b8 crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 5 years ago
  34. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  35. 22cf705 crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 5 years ago
  36. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  37. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  38. 5b0fe95 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  39. 6017826 crypto: skcipher - add the ability to abort a skcipher walk by Ard Biesheuvel · 5 years ago
  40. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  41. 6ee41e5 crypto: des/3des_ede - add new helpers to verify keys by Ard Biesheuvel · 5 years ago
  42. 939f146 crypto: user - fix potential warnings in cryptouser.h by Masahiro Yamada · 5 years ago
  43. 91b05a7 crypto: user - make NETLINK_CRYPTO work inside netns by Ondrej Mosnacek · 6 years ago
  44. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  45. 314d0f0 crypto: skcipher - make chunksize and walksize accessors internal by Eric Biggers · 6 years ago
  46. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  47. 5e99a0a crypto: algapi - remove crypto_tfm_in_queue() by Eric Biggers · 6 years ago
  48. b55e1a3 crypto: simd,testmgr - introduce crypto_simd_usable() by Eric Biggers · 6 years ago
  49. 1661131 crypto: simd - support wrapping AEAD algorithms by Eric Biggers · 6 years ago
  50. e17568e crypto: user - forward declare crypto_nlsk by Eric Biggers · 6 years ago
  51. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  52. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  53. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  54. 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
  55. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  56. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  57. 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  58. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 7 years ago
  59. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
  60. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  61. 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
  62. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  63. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  64. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
  65. 333706b crypto: Add akcipher_set_reqsize() function by Gary R Hook · 8 years ago
  66. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  67. 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 8 years ago
  68. 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 8 years ago
  69. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 8 years ago
  70. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  71. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  72. 266d051 crypto: simd - Add simd skcipher helper by Herbert Xu · 8 years ago
  73. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  74. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  75. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  76. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  77. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  78. afb5a0a crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration by Eric Biggers · 8 years ago
  79. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 9 years ago
  80. da72130 crypto: aead - Remove blkcipher null for IV generators by Herbert Xu · 9 years ago
  81. ca0494c crypto: aead - Add skcipher null for IV generators by Herbert Xu · 9 years ago
  82. 7a530aa crypto: aead - Add chunk size by Herbert Xu · 9 years ago
  83. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 9 years ago
  84. 8be0b84 crypto: rsa - Store rest of the private key components by Salvatore Benedetto · 9 years ago
  85. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 9 years ago
  86. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 9 years ago
  87. 5a7de97 crypto: rsa - return raw integers for the ASN.1 parser by Tudor Ambarus · 9 years ago
  88. 53a0bd7 crypto: aead - move aead_request_cast helper to aead.h by Tadeusz Struk · 9 years ago
  89. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
  90. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 9 years ago
  91. 3d5b1ec crypto: rsa - RSA padding algorithm by Andrzej Zaborowski · 9 years ago
  92. 28a4618 crypto: akcipher - add akcipher declarations needed by templates. by Andrzej Zaborowski · 9 years ago
  93. 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
  94. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago
  95. b0d955b crypto: aead - Remove old AEAD interfaces by Herbert Xu · 9 years ago
  96. 149a397 crypto: aead - Add type-safe geniv init/exit helpers by Herbert Xu · 9 years ago
  97. ba75e15 crypto: aead - Add type-safe function for freeing instances by Herbert Xu · 10 years ago
  98. 2c11a3f crypto: aead - Add aead_queue interface by Herbert Xu · 10 years ago
  99. 7cecadb crypto: rng - Do not free default RNG when it becomes unused by Herbert Xu · 10 years ago
  100. f5d8660 crypto: aead - Fix aead_instance struct size by Herbert Xu · 10 years ago