1. af5034e crypto: remove propagation of CRYPTO_TFM_RES_* flags by Eric Biggers · 5 years ago
  2. c4c4db0 crypto: remove CRYPTO_TFM_RES_WEAK_KEY by Eric Biggers · 5 years ago
  3. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  4. 5c925e8 crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN by Eric Biggers · 5 years ago
  5. f9d89b8 crypto: remove unused tfm result flags by Eric Biggers · 5 years ago
  6. c782937 crypto: api - remove unneeded semicolon by Chen Zhou · 5 years ago
  7. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  8. e8cfed5 crypto: cipher - remove crt_u.cipher (struct cipher_tfm) by Eric Biggers · 5 years ago
  9. c441a90 crypto: compress - remove crt_u.compress (struct compress_tfm) by Eric Biggers · 5 years ago
  10. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  11. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  12. cec0cb8 crypto: skcipher - remove crypto_has_ablkcipher() by Eric Biggers · 5 years ago
  13. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  14. 5a35316 crypto: doc - Add parameter documentation by Hook, Gary · 6 years ago
  15. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  16. 84ede58 crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST by Eric Biggers · 6 years ago
  17. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  18. bec9ba7 crypto: cipher - remove struct cipher_desc by Eric Biggers · 6 years ago
  19. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  20. bfad6cb crypto: api - document missing stats member by Corentin Labbe · 6 years ago
  21. 1f6669b crypto: user - Add crypto_stats_init by Corentin Labbe · 6 years ago
  22. 44f1313 crypto: user - rename err_cnt parameter by Corentin Labbe · 6 years ago
  23. 17c18f9 crypto: user - Split stats in multiple structures by Corentin Labbe · 6 years ago
  24. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  25. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  26. 2ced260 crypto: user - made crypto_user_stat optional by Corentin Labbe · 6 years ago
  27. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  28. e2861fa evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 7 years ago
  29. 0063ec4 crypto: doc - Document remaining members in struct crypto_alg by Gary R Hook · 7 years ago
  30. 9fa68f6 crypto: hash - prevent using keyed hashes without setting key by Eric Biggers · 7 years ago
  31. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  32. ce8614a crypto: algapi - convert cra_refcnt to refcount_t by Eric Biggers · 7 years ago
  33. ada69a1 crypto: introduce crypto wait for async op by Gilad Ben-Yossef · 7 years ago
  34. f437a3f crypto: api - Extend algorithm name limit to 128 bytes by Herbert Xu · 8 years ago
  35. 0aaf214 Merge tag 'docs-4.10-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  36. 0184cfe crypto: doc - fix source comments for Sphinx by Stephan Mueller · 8 years ago
  37. 864e098 crypto: api - fix comment typo by Baruch Siach · 8 years ago
  38. 1ab53a7 crypto: acomp - add driver-side scomp interface by Giovanni Cabiddu · 8 years ago
  39. 2ebda74 crypto: acomp - add asynchronous compression api by Giovanni Cabiddu · 8 years ago
  40. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  41. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 8 years ago
  42. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 9 years ago
  43. 63044c4 crypto: hash - shrink hash down to two types by Giovanni Cabiddu · 9 years ago
  44. 6eae29e crypto: doc - document correct return value for request allocation by Eric Biggers · 9 years ago
  45. 8965450 crypto: hash - Remove crypto_hash interface by Herbert Xu · 9 years ago
  46. 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 9 years ago
  47. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  48. b0d955b crypto: aead - Remove old AEAD interfaces by Herbert Xu · 9 years ago
  49. 3e90950 crypto: algif_aead - Temporarily disable all AEAD algorithms by Herbert Xu · 10 years ago
  50. edf18b9 crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_alg by Herbert Xu · 10 years ago
  51. 3c339ab crypto: akcipher - add PKE API by Tadeusz Struk · 10 years ago
  52. 12f7c14 crypto: doc - Fix typo in crypto-API.xml by Masanari Iida · 10 years ago
  53. 2d0f230 crypto: aead - Rename aead_alg to old_aead_alg by Herbert Xu · 10 years ago
  54. 5d1d65f crypto: aead - Convert top level interface to new style by Herbert Xu · 10 years ago
  55. 94f1bb1 crypto: rng - Remove old low-level rng interface by Herbert Xu · 10 years ago
  56. acec27f crypto: rng - Convert low-level crypto_rng to new style by Herbert Xu · 10 years ago
  57. d0e8305 crypto: rng - Convert crypto_rng to new style crypto_type by Herbert Xu · 10 years ago
  58. 06ca7f6 crypto: api - prevent helper ciphers from being used by Stephan Mueller · 10 years ago
  59. 379dcfb crypto: doc - remove colons in comments by Stephan Mueller · 10 years ago
  60. 15acabf crypto: aead - add check for presence of auth tag by Stephan Mueller · 10 years ago
  61. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  62. 47ca5be crypto: doc - HASH API documentation by Stephan Mueller · 10 years ago
  63. 16e6103 crypto: doc - CIPHER API documentation by Stephan Mueller · 10 years ago
  64. 58284f0 crypto: doc - BLKCIPHER API documentation by Stephan Mueller · 10 years ago
  65. fced7b0 crypto: doc - AEAD API documentation by Stephan Mueller · 10 years ago
  66. f13ec33 crypto: doc - ABLKCIPHER API documentation by Stephan Mueller · 10 years ago
  67. 0d7f488 crypto: doc - cipher data structures by Stephan Mueller · 10 years ago
  68. 3e3dc25 crypto: Resolve shadow warnings by Mark Rustad · 10 years ago
  69. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  70. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  71. 4b00434 crypto: Add bulk algorithm registration interface by Mark Brown · 13 years ago
  72. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  73. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  74. 7c92640 crypto.h: remove unused crypto_tfm_alg_modname() inline by Paul Gortmaker · 14 years ago
  75. 64a947b crypto: Add a flag to identify crypto instances by Steffen Klassert · 13 years ago
  76. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  77. ec49fdb crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposed by David Woodhouse · 15 years ago
  78. 8ffd1be crypto: hash - Remove cra_u.{digest,hash} by Benjamin Gilbert · 15 years ago
  79. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 15 years ago
  80. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 15 years ago
  81. aef73cf crypto: async - Use kzfree for requests by Herbert Xu · 15 years ago
  82. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 16 years ago
  83. 3f683d6 crypto: api - Fix crypto_alloc_tfm/create_create_tfm return convention by Herbert Xu · 16 years ago
  84. 7b2cd92 crypto: api - Fix zeroing on free by Herbert Xu · 16 years ago
  85. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  86. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  87. 3b2f6df crypto: hash - Export shash through ahash by Herbert Xu · 16 years ago
  88. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  89. 7b0bac6 crypto: api - Rebirth of crypto_alloc_tfm by Herbert Xu · 16 years ago
  90. 4a77948 crypto: api - Move type exit function into crypto_tfm by Herbert Xu · 16 years ago
  91. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  92. 73d3864 crypto: api - Use test infrastructure by Herbert Xu · 16 years ago
  93. da7f033 crypto: cryptomgr - Add test infrastructure by Herbert Xu · 16 years ago
  94. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 16 years ago
  95. 166247f crypto: hash - Removed vestigial ahash fields by Herbert Xu · 16 years ago
  96. 004a403 [CRYPTO] hash: Add asynchronous hash support by Loc Ho · 17 years ago
  97. c3715cb9 [CRYPTO] api: Make the crypto subsystem fully modular by Sebastian Siewior · 17 years ago
  98. 6eb7228 [CRYPTO] api: Set default CRYPTO_MINALIGN to unsigned long long by Herbert Xu · 17 years ago
  99. d29ce98 [CRYPTO] aead: Create default givcipher instances by Herbert Xu · 17 years ago
  100. 5b6d2d7 [CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free by Herbert Xu · 17 years ago