1. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  2. a78208e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  3. ab3d436 crypto: essiv - fix AEAD capitalization and preposition use in help text by Geert Uytterhoeven · 5 years ago
  4. 1c08a10 crypto: poly1305 - add new 32 and 64-bit generic versions by Jason A. Donenfeld · 5 years ago
  5. d4fdc2d crypto: algapi - enforce that all instances have a ->free() method by Eric Biggers · 5 years ago
  6. a24a1fd7 crypto: algapi - remove crypto_template::{alloc,free}() by Eric Biggers · 5 years ago
  7. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  8. 758ec5a crypto: cryptd - convert to new way of freeing instances by Eric Biggers · 5 years ago
  9. 0f8f6d8 crypto: geniv - convert to new way of freeing instances by Eric Biggers · 5 years ago
  10. 48fb3e5 crypto: hash - add support for new way of freeing instances by Eric Biggers · 5 years ago
  11. aed11cf crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() by Eric Biggers · 5 years ago
  12. 6d1b41f crypto: ahash - unexport crypto_ahash_type by Eric Biggers · 5 years ago
  13. 629f1af crypto: algapi - remove obsoleted instance creation helpers by Eric Biggers · 5 years ago
  14. d5ed3b6 crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn by Eric Biggers · 5 years ago
  15. 1e212a6 crypto: xcbc - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  16. 3b4e73d crypto: vmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  17. 1d0459c crypto: cmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  18. 1667297 crypto: cbcmac - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  19. aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  20. c282586 crypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  21. 05b3bbb crypto: ccm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  22. ab6ffd3 crypto: gcm - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  23. 3707388 crypto: authencesn - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  24. 37a861a crypto: authenc - use crypto_grab_ahash() and simplify error paths by Eric Biggers · 5 years ago
  25. 39e7a28 crypto: hmac - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
  26. 218c503 crypto: cryptd - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
  27. ba44840 crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths by Eric Biggers · 5 years ago
  28. 84a9c93 crypto: ahash - introduce crypto_grab_ahash() by Eric Biggers · 5 years ago
  29. fdfad1f crypto: shash - introduce crypto_grab_shash() by Eric Biggers · 5 years ago
  30. de95c95 crypto: algapi - pass instance to crypto_grab_spawn() by Eric Biggers · 5 years ago
  31. 73bed26 crypto: akcipher - pass instance to crypto_grab_akcipher() by Eric Biggers · 5 years ago
  32. cd900f0 crypto: aead - pass instance to crypto_grab_aead() by Eric Biggers · 5 years ago
  33. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  34. ca94e93 crypto: algapi - make crypto_grab_spawn() handle an ERR_PTR() name by Eric Biggers · 5 years ago
  35. ff67062 crypto: algapi - make crypto_drop_spawn() a no-op on uninitialized spawns by Eric Biggers · 5 years ago
  36. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  37. c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
  38. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  39. 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
  40. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  41. 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
  42. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  43. 2bbb337 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
  44. 4a94c43 Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd by Linus Torvalds · 5 years ago
  45. bea3741 KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails by Eric Biggers · 5 years ago
  46. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  47. fbce6be crypto: shash - Add init_tfm/exit_tfm and verify descsize by Herbert Xu · 5 years ago
  48. 02244ba crypto: api - Add more comments to crypto_remove_spawns by Herbert Xu · 5 years ago
  49. 4f87ee1 crypto: api - Do not zap spawn->alg by Herbert Xu · 5 years ago
  50. 73669cc crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
  51. 7db3b61 crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
  52. 37f9669 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
  53. 91a71d6 padata: remove cpumask change notifier by Daniel Jordan · 5 years ago
  54. e8cfed5 crypto: cipher - remove crt_u.cipher (struct cipher_tfm) by Eric Biggers · 5 years ago
  55. c441a90 crypto: compress - remove crt_u.compress (struct compress_tfm) by Eric Biggers · 5 years ago
  56. 49763fc crypto: testmgr - generate inauthentic AEAD test vectors by Eric Biggers · 5 years ago
  57. 2ea9150 crypto: testmgr - create struct aead_extra_tests_ctx by Eric Biggers · 5 years ago
  58. fd8c37c crypto: testmgr - test setting misaligned keys by Eric Biggers · 5 years ago
  59. fd60f72 crypto: testmgr - check skcipher min_keysize by Eric Biggers · 5 years ago
  60. eb455db crypto: testmgr - don't try to decrypt uninitialized buffers by Eric Biggers · 5 years ago
  61. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  62. 89873b4 crypto: skcipher - remove crypto_skcipher_extsize() by Eric Biggers · 5 years ago
  63. 7e1c109 crypto: skcipher - remove crypto_skcipher::decrypt by Eric Biggers · 5 years ago
  64. 848755e crypto: skcipher - remove crypto_skcipher::encrypt by Eric Biggers · 5 years ago
  65. 15252d9 crypto: skcipher - remove crypto_skcipher::setkey by Eric Biggers · 5 years ago
  66. 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
  67. 140734d crypto: skcipher - remove crypto_skcipher::ivsize by Eric Biggers · 5 years ago
  68. 0a940d4 crypto: api - remove another reference to blkcipher by Eric Biggers · 5 years ago
  69. e8d9982 crypto: pcrypt - Do not clear MAY_SLEEP flag in original request by Herbert Xu · 5 years ago
  70. 9c1e883 crypto: x86 - Regularize glue function prototypes by Kees Cook · 5 years ago
  71. bbefa1d crypto: pcrypt - Avoid deadlock by using per-instance padata queues by Herbert Xu · 5 years ago
  72. 07bfd9b crypto: pcrypt - Fix user-after-free on module unload by Herbert Xu · 5 years ago
  73. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  74. 642356c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  75. 2043323 crypto: chacha_generic - remove unnecessary setkey() functions by Eric Biggers · 5 years ago
  76. 660eda8 crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER by Eric Biggers · 5 years ago
  77. e18036d crypto: essiv - remove redundant null pointer check before kfree by Chen Wandun · 5 years ago
  78. c433a1a crypto: blake2b - rename tfm context and _setkey callback by David Sterba · 5 years ago
  79. 0b4b5f1 crypto: blake2b - merge _update to api callback by David Sterba · 5 years ago
  80. a2e4bdc crypto: blake2b - open code set last block helper by David Sterba · 5 years ago
  81. d063d63 crypto: blake2b - delete unused structs or members by David Sterba · 5 years ago
  82. e87e484 crypto: blake2b - simplify key init by David Sterba · 5 years ago
  83. e374969 crypto: blake2b - merge blake2 init to api callback by David Sterba · 5 years ago
  84. 086db43 crypto: blake2b - merge _final implementation to callback by David Sterba · 5 years ago
  85. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  86. 07d8f18 crypto: tcrypt - constify check alg list by Corentin Labbe · 5 years ago
  87. bb611bd crypto: curve25519 - x86_64 library and KPP implementations by Jason A. Donenfeld · 5 years ago
  88. ee772cb crypto: curve25519 - implement generic KPP driver by Ard Biesheuvel · 5 years ago
  89. f613457 crypto: curve25519 - add kpp selftest by Ard Biesheuvel · 5 years ago
  90. ed0356e crypto: blake2s - x86_64 SIMD implementation by Jason A. Donenfeld · 5 years ago
  91. 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
  92. 17e1df6 crypto: testmgr - add test cases for Blake2s by Ard Biesheuvel · 5 years ago
  93. c12d336 int128: move __uint128_t compiler test to Kconfig by Ard Biesheuvel · 5 years ago
  94. a11d055 crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation by Ard Biesheuvel · 5 years ago
  95. f0e89bc crypto: x86/poly1305 - expose existing driver as poly1305 library by Ard Biesheuvel · 5 years ago
  96. 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
  97. a1d9306 crypto: poly1305 - expose init/update/final library interface by Ard Biesheuvel · 5 years ago
  98. ad8f5b8 crypto: x86/poly1305 - unify Poly1305 state struct with generic code by Ard Biesheuvel · 5 years ago
  99. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  100. 22cf705 crypto: chacha - unexport chacha_generic routines by Ard Biesheuvel · 5 years ago