1. 665fe01 UPSTREAM: crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
  2. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  3. 2eb27c1 crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS by Eric Biggers · 4 years, 6 months ago
  4. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  5. d4fdc2d crypto: algapi - enforce that all instances have a ->free() method by Eric Biggers · 5 years ago
  6. d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
  7. aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  8. de95c95 crypto: algapi - pass instance to crypto_grab_spawn() by Eric Biggers · 5 years ago
  9. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  10. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  11. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  12. 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
  13. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  14. 89873b4 crypto: skcipher - remove crypto_skcipher_extsize() by Eric Biggers · 5 years ago
  15. 7e1c109 crypto: skcipher - remove crypto_skcipher::decrypt by Eric Biggers · 5 years ago
  16. 848755e crypto: skcipher - remove crypto_skcipher::encrypt by Eric Biggers · 5 years ago
  17. 15252d9 crypto: skcipher - remove crypto_skcipher::setkey by Eric Biggers · 5 years ago
  18. 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
  19. 140734d crypto: skcipher - remove crypto_skcipher::ivsize by Eric Biggers · 5 years ago
  20. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  21. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  22. 5325306 crypto: skcipher - rename crypto_skcipher_type2 to crypto_skcipher_type by Eric Biggers · 5 years ago
  23. d3ca75a crypto: skcipher - unify the crypto_has_skcipher*() functions by Eric Biggers · 5 years ago
  24. 0ba3c02 crypto: skcipher - Unmap pages after an external error by Herbert Xu · 5 years ago
  25. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  26. 81bcbb1 crypto: skcipher - un-inline encrypt and decrypt functions by Eric Biggers · 6 years ago
  27. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  28. dcaca01 crypto: skcipher - don't WARN on unprocessed data after slow walk step by Eric Biggers · 6 years ago
  29. b1f6b4b crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  30. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  31. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  32. bb64829 crypto: skcipher - add might_sleep() to skcipher_walk_virt() by Eric Biggers · 6 years ago
  33. 37db69e crypto: user - clean up report structure copying by Eric Biggers · 6 years ago
  34. b350bee crypto: skcipher - Introduce crypto_sync_skcipher by Kees Cook · 6 years ago
  35. 8088d3d crypto: skcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  36. 2a57c0b crypto: skcipher - remove unnecessary setting of walk->nbytes by Eric Biggers · 6 years ago
  37. 0567fc9 crypto: skcipher - fix aligning block size in skcipher_copy_iv() by Eric Biggers · 6 years ago
  38. e4e4730 crypto: skcipher - remove the exporting of skcipher_walk_next by Denis Efremov · 7 years ago
  39. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  40. 2b4f27c crypto: skcipher - set walk.iv for zero-length inputs by Eric Biggers · 7 years ago
  41. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  42. c14ca83 crypto: skcipher - Fix skcipher_walk_aead_common by Ondrej Mosnáček · 7 years ago
  43. 0cabf2a crypto: skcipher - Fix crash on zero-length input by Herbert Xu · 7 years ago
  44. 9933e11 crypto: skcipher - Add missing API setkey checks by Herbert Xu · 8 years ago
  45. d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
  46. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  47. 18e615a crypto: skcipher - fix crash in virtual walk by Ard Biesheuvel · 8 years ago
  48. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  49. 3cbf61f crypto: skcipher - fix crash in skcipher_walk_aead() by Ard Biesheuvel · 8 years ago
  50. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  51. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  52. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 8 years ago
  53. 973fb3f crypto: skcipher - Add default key size helper by Herbert Xu · 9 years ago
  54. a1383cd crypto: skcipher - Add crypto_skcipher_has_setkey by Herbert Xu · 9 years ago
  55. ecdd6be crypto: skcipher - blkcipher and ablkcipher should it be static by Geliang Tang · 9 years ago
  56. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago