1. bd30cf5 crypto: export arc4 defines by Iuliana Prodan · 6 years ago
  2. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  3. 9572442 crypto: api - add a helper to (un)register a array of templates by Xiongfeng Wang · 6 years ago
  4. 12ea20f crypto: morus - Cleanup license mess by Thomas Gleixner · 6 years ago
  5. 466e075 crypto: af_alg - make some functions static by Eric Biggers · 6 years ago
  6. e17568e crypto: user - forward declare crypto_nlsk by Eric Biggers · 6 years ago
  7. 73381da crypto: streebog - use correct endianness type by Eric Biggers · 6 years ago
  8. 14aa1a8 crypto: algapi - remove crypto_alloc_instance() by Eric Biggers · 6 years ago
  9. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  10. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  11. 0c99c2a crypto: user - remove unused dump functions by Corentin Labbe · 6 years ago
  12. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  13. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  14. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  15. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  16. 1b6fd3d crypto: poly1305 - add Poly1305 core API by Eric Biggers · 6 years ago
  17. 878afc3 crypto: poly1305 - use structures for key and accumulator by Eric Biggers · 6 years ago
  18. aa76240 crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  19. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  20. de61d7a crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  21. dd33344 crypto: chacha20-generic - add HChaCha20 library function by Eric Biggers · 6 years ago
  22. 193188e crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE by Cristian Stoica · 6 years ago
  23. dfdda82 crypto: streebog - register Streebog in hash info for IMA by Vitaly Chikunov · 6 years ago
  24. fe18957 crypto: streebog - add Streebog hash function by Vitaly Chikunov · 6 years ago
  25. f8c54e1 KEYS: asym_tpm: extract key size & public key [ver #2] by Denis Kenzior · 6 years ago
  26. 903be6b KEYS: asym_tpm: add skeleton for asym_tpm [ver #2] by Denis Kenzior · 6 years ago
  27. f7c4e06 KEYS: Allow the public_key struct to hold a private key [ver #2] by David Howells · 6 years ago
  28. 5a30771 KEYS: Provide missing asymmetric key subops for new key type ops [ver #2] by David Howells · 6 years ago
  29. 90a8c78 crypto/morus(640,1280) - make crypto_...-algs static by valdis.kletnieks@vt.edu · 6 years ago
  30. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  31. a9cbfe4 crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK() by Kees Cook · 6 years ago
  32. 8d60539 crypto: null - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  33. b350bee crypto: skcipher - Introduce crypto_sync_skcipher by Kees Cook · 6 years ago
  34. a5e9f55 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  35. dd8b083 crypto: api - Introduce notifier for new crypto algorithms by Martin K. Petersen · 6 years ago
  36. ab8085c crypto: x86 - remove SHA multibuffer routines and mcryptd by Ard Biesheuvel · 6 years ago
  37. a9f7f88 crypto: api - Introduce generic max blocksize and alignmask by Kees Cook · 6 years ago
  38. b68a7ec crypto: hash - Remove VLA usage by Kees Cook · 6 years ago
  39. d73d67f crypto: cbc - Remove VLA usage by Kees Cook · 6 years ago
  40. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  41. 3dd8cc0 crypto: scatterwalk - remove scatterwalk_samebuf() by Eric Biggers · 6 years ago
  42. 8c30fbe crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain() by Eric Biggers · 6 years ago
  43. 43490e8 crypto: drbg - in-place cipher operation for CTR by Stephan Müller · 6 years ago
  44. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  45. cf862cb crypto: drbg - eliminate constant reinitialization of SGL by Stephan Mueller · 7 years ago
  46. e3fe0ae crypto: dh - add public key verification test by Stephan Mueller · 7 years ago
  47. bb29648 crypto: vmac - separate tfm and request context by Eric Biggers · 7 years ago
  48. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  49. 26f7120 crypto: sha512_generic - add a sha384 0-length pre-computed hash by Antoine Tenart · 7 years ago
  50. 30c217e crypto: sha512_generic - add a sha512 0-length pre-computed hash by Antoine Tenart · 7 years ago
  51. 3e1a29b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  52. 015a037 crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers" by Eric Biggers · 7 years ago
  53. b28fc82 crypto: af_alg: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  54. 56e8e57 crypto: morus - Add common SIMD glue code for MORUS by Ondrej Mosnacek · 7 years ago
  55. 396be41 crypto: morus - Add generic MORUS AEAD implementations by Ondrej Mosnacek · 7 years ago
  56. 8da02bf crypto: sm4 - export encrypt/decrypt routines to other drivers by Ard Biesheuvel · 7 years ago
  57. 13c935b crypto: api - laying defines and checks for statically allocated buffers by Salvatore Mesoraca · 7 years ago
  58. 4989d4f crypto: api - Remove unused crypto_type lookup function by Herbert Xu · 7 years ago
  59. 3d053d5 crypto: hash - Prevent use of req->result in ahash update by Kamil Konieczny · 7 years ago
  60. 747c8ce crypto: sm4 - introduce SM4 symmetric cipher algorithm by Gilad Ben-Yossef · 7 years ago
  61. 0e145b47 crypto: ablk_helper - remove ablk_helper by Eric Biggers · 7 years ago
  62. 217afcc crypto: lrw - remove lrw_crypt() by Eric Biggers · 7 years ago
  63. eb66ecd crypto: xts - remove xts_crypt() by Eric Biggers · 7 years ago
  64. d14f0a1 crypto: simd - allow registering multiple algorithms at once by Eric Biggers · 7 years ago
  65. c8c3641 crypto: speck - export common helpers by Eric Biggers · 7 years ago
  66. 218d1cc crypto: engine - Permit to enqueue all async requests by Corentin LABBE · 7 years ago
  67. edbd1ec crypto: mcryptd - remove pointless wrapper functions by Eric Biggers · 7 years ago
  68. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  69. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  70. 6657674 crypto: sha3-generic - export init/update/final routines by Ard Biesheuvel · 7 years ago
  71. beeb504 crypto: sha3-generic - simplify code by Ard Biesheuvel · 7 years ago
  72. b40fa82 crypto: doc - clear htmldocs build warnings for crypto/hash by tcharding · 7 years ago
  73. eb772f3 crypto: salsa20 - export generic helpers by Eric Biggers · 7 years ago
  74. dc26c17 crypto: aead - prevent using AEADs without setting key by Eric Biggers · 7 years ago
  75. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  76. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  77. a16e772e crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  78. cd6ed77 crypto: hash - introduce crypto_hash_alg_has_setkey() by Eric Biggers · 7 years ago
  79. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  80. 14359bd crypto: scomp - delete unused comments by Zhou Wang · 7 years ago
  81. 0fc0f18 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  82. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  83. 3a2d4fb crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() by Eric Biggers · 7 years ago
  84. af955bf crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t by Jonathan Cameron · 7 years ago
  85. 916b20e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  86. 9abffc6 crypto: mcryptd - protect the per-CPU queue with a lock by Sebastian Andrzej Siewior · 7 years ago
  87. 9f480fa crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  88. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  89. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  90. 38544bf crypto: annotate ->poll() instances by Al Viro · 8 years ago
  91. 7d2c3f5 crypto: af_alg - remove locking in async callback by Stephan Mueller · 7 years ago
  92. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  93. 85a2dea crypto: drbg - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  94. 2c3f8b1 crypto: algif - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  95. acfc587 crypto: gf128mul - The x8_ble multiplication functions by Harsh Jain · 7 years ago
  96. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  97. 5b3f3a8 crypto: dh - return unsigned value for crypto_dh_key_len() by Tudor-Dan Ambarus · 7 years ago
  98. 6e97e08 crypto: ecdh - return unsigned value for crypto_ecdh_key_len() by Tudor-Dan Ambarus · 7 years ago
  99. ef78032 crypto: gcm - add GCM IV size constant by Corentin LABBE · 7 years ago
  100. 4f0fc16 crypto: sm3 - add OSCCA SM3 secure hash by Gilad Ben-Yossef · 7 years ago