1. 3252b60 crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  2. 3dd8cc0 crypto: scatterwalk - remove scatterwalk_samebuf() by Eric Biggers · 6 years ago
  3. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago
  4. 43490e8 crypto: drbg - in-place cipher operation for CTR by Stephan Müller · 6 years ago
  5. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  6. cf862cb crypto: drbg - eliminate constant reinitialization of SGL by Stephan Mueller · 6 years ago
  7. e3fe0ae crypto: dh - add public key verification test by Stephan Mueller · 6 years ago
  8. bb29648 crypto: vmac - separate tfm and request context by Eric Biggers · 6 years ago
  9. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  10. 26f7120 crypto: sha512_generic - add a sha384 0-length pre-computed hash by Antoine Tenart · 6 years ago
  11. 30c217e crypto: sha512_generic - add a sha512 0-length pre-computed hash by Antoine Tenart · 6 years ago
  12. 3e1a29b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  13. 015a037 crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers" by Eric Biggers · 6 years ago
  14. b28fc82 crypto: af_alg: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  15. 56e8e57 crypto: morus - Add common SIMD glue code for MORUS by Ondrej Mosnacek · 6 years ago
  16. 396be41 crypto: morus - Add generic MORUS AEAD implementations by Ondrej Mosnacek · 6 years ago
  17. 8da02bf crypto: sm4 - export encrypt/decrypt routines to other drivers by Ard Biesheuvel · 6 years ago
  18. 13c935b crypto: api - laying defines and checks for statically allocated buffers by Salvatore Mesoraca · 6 years ago
  19. 4989d4f crypto: api - Remove unused crypto_type lookup function by Herbert Xu · 6 years ago
  20. 3d053d5 crypto: hash - Prevent use of req->result in ahash update by Kamil Konieczny · 6 years ago
  21. 747c8ce crypto: sm4 - introduce SM4 symmetric cipher algorithm by Gilad Ben-Yossef · 6 years ago
  22. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 6 years ago
  23. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 6 years ago
  24. eb66ecd crypto: xts - remove xts_crypt() by Eric Biggers · 6 years ago
  25. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 6 years ago
  26. c8c3641 crypto: speck - export common helpers by Eric Biggers · 6 years ago
  27. 218d1cc crypto: engine - Permit to enqueue all async requests by Corentin LABBE · 7 years ago
  28. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
  29. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  30. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  31. 6657674 crypto: sha3-generic - export init/update/final routines by Ard Biesheuvel · 7 years ago
  32. beeb504 crypto: sha3-generic - simplify code by Ard Biesheuvel · 7 years ago
  33. b40fa82 crypto: doc - clear htmldocs build warnings for crypto/hash by tcharding · 7 years ago
  34. eb772f3 crypto: salsa20 - export generic helpers by Eric Biggers · 7 years ago
  35. dc26c17 crypto: aead - prevent using AEADs without setting key by Eric Biggers · 7 years ago
  36. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  37. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  38. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  39. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  40. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  41. 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
  42. 0fc0f18 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  43. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  44. 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
  45. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  46. 916b20e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  47. 9abffc6 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  48. 9f480fa crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  49. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  50. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  51. 38544bf crypto: annotate ->poll() instances by Al Viro · 7 years ago
  52. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  53. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  54. 85a2dea crypto: drbg - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  55. 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  56. acfc587 crypto: gf128mul - The x8_ble multiplication functions by Harsh Jain · 7 years ago
  57. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  58. 5b3f3a8 crypto: dh - return unsigned value for crypto_dh_key_len() by Tudor-Dan Ambarus · 7 years ago
  59. 6e97e08 crypto: ecdh - return unsigned value for crypto_ecdh_key_len() by Tudor-Dan Ambarus · 7 years ago
  60. ef78032 crypto: gcm - add GCM IV size constant by Corentin LABBE · 7 years ago
  61. 4f0fc16 crypto: sm3 - add OSCCA SM3 secure hash by Gilad Ben-Yossef · 7 years ago
  62. 560b1a8 crypto: doc - clarify return values for async hash methods by Kamil Konieczny · 7 years ago
  63. 6f7473c crypto: hash - add crypto_(un)register_ahashes() by Rabin Vincent · 7 years ago
  64. 2d97591 crypto: af_alg - consolidation of duplicate code by Stephan Mueller · 7 years ago
  65. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  66. a7c391f crypto: algapi - use separate dst and src operands for __crypto_xor() by Ard Biesheuvel · 7 years ago
  67. 333706b crypto: Add akcipher_set_reqsize() function by Gary R Hook · 7 years ago
  68. 66d3994 crypto: kpp - add get/set_flags helpers by Tudor-Dan Ambarus · 7 years ago
  69. 88d58ef crypto: engine - replace pr_xxx by dev_xxx by Corentin LABBE · 7 years ago
  70. 561f8e2 crypto: akcipher - assume key is already set in maxsize by Tudor-Dan Ambarus · 7 years ago
  71. c444b8d crypto: kpp - assume key is already set in maxsize by Tudor-Dan Ambarus · 7 years ago
  72. c0ca121 crypto: kpp, (ec)dh - fix typos by Tudor-Dan Ambarus · 7 years ago
  73. 03d7db5 crypto: hmac - add hmac IPAD/OPAD constant by Corentin LABBE · 7 years ago
  74. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  75. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  76. 3de4f5e crypto: scomp - allow registration of multiple scomps by Giovanni Cabiddu · 7 years ago
  77. 3ce5bc7 crypto: acomp - allow registration of multiple acomps by Giovanni Cabiddu · 7 years ago
  78. 5ee4c5a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  79. ef0579b crypto: ahash - Fix EINPROGRESS notification callback by Herbert Xu · 7 years ago
  80. e55318c crypto: gf128mul - switch gf128mul_x_ble to le128 by Ondrej Mosnáček · 7 years ago
  81. acb9b15 crypto: gf128mul - define gf128mul_x_* in gf128mul.h by Ondrej Mosnáček · 7 years ago
  82. 8e323a0 KEYS: Keyring asymmetric key restrict method with chaining by Mat Martineau · 8 years ago
  83. 7e3c4d2 KEYS: Restrict asymmetric key linkage using a specific keychain by Mat Martineau · 8 years ago
  84. aaf66c8 KEYS: Split role of the keyring pointer for keyring restrict functions by Mat Martineau · 8 years ago
  85. 2e6d603 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 7 years ago
  86. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 7 years ago
  87. 5527dfb crypto: kpp - constify buffer passed to crypto_kpp_set_secret() by Eric Biggers · 7 years ago
  88. 3ea996d crypto: gf128mul - constify 4k and 64k multiplication tables by Eric Biggers · 7 years ago
  89. 63be5b5 crypto: gf128mul - fix some comments by Eric Biggers · 7 years ago
  90. 016df0a crypto: api - Add crypto_requires_off helper by Herbert Xu · 7 years ago
  91. db91af0 crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic by Ard Biesheuvel · 7 years ago
  92. 379d972 crypto: doc - Fix hash export state information by Rabin Vincent · 8 years ago
  93. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  94. 9ae433b crypto: chacha20 - convert generic and x86 versions to skcipher by Ard Biesheuvel · 8 years ago
  95. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  96. 3f692d5 crypto: doc - clarify AEAD memory structure by Stephan Mueller · 8 years ago
  97. 8d23da2 crypto: doc - add KPP documentation by Stephan Mueller · 8 years ago
  98. 0184cfe crypto: doc - fix source comments for Sphinx by Stephan Mueller · 8 years ago
  99. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  100. 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago