1. 2cdc689 crypto: ghash - Add GHASH digest algorithm for GCM by Huang Ying · 15 years ago
  2. cbdcf80 crypto: authenc - Convert to ahash by Steffen Klassert · 15 years ago
  3. 0b767b4 crypto: hmac - Prehash ipad/opad by Herbert Xu · 15 years ago
  4. 7b4ffcf crypto: aes - Undefined behaviour in crypto_aes_expand_key by Phil Carmody · 15 years ago
  5. 0044f3e crypto: shash - Test for the algorithms import function before exporting it by Steffen Klassert · 15 years ago
  6. 5befbd5 crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep by Steffen Klassert · 15 years ago
  7. f592682 crypto: shash - Require all algorithms to support export/import by Herbert Xu · 15 years ago
  8. 13887ed crypto: sha512_generic - Use 64-bit counters by Herbert Xu · 15 years ago
  9. 1f38ad8 crypto: sha512 - Export struct sha512_state by Herbert Xu · 15 years ago
  10. ac95301 crypto: xcbc - Fix shash conversion by Herbert Xu · 15 years ago
  11. b588ef6 crypto: xcbc - Use crypto_xor by Herbert Xu · 15 years ago
  12. 6fba00d crypto: cryptd - Add finup/export/import for hash by Herbert Xu · 15 years ago
  13. cbc86b9 crypto: shash - Fix async finup handling of null digest by Herbert Xu · 15 years ago
  14. a70c522 crypto: ahash - Fix setkey crash by Herbert Xu · 15 years ago
  15. b5ebd44 crypto: xcbc - Fix incorrect error value when creating instance by Herbert Xu · 15 years ago
  16. 3b3fc32 crypto: hmac - Fix incorrect error value when creating instance by Herbert Xu · 15 years ago
  17. 05ed875 crypto: cryptd - Fix uninitialized return value by Steffen Klassert · 15 years ago
  18. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 15 years ago
  19. 093900c crypto: ahash - Use GFP_KERNEL in unaligned setkey by Herbert Xu · 15 years ago
  20. 0e2d3a1 crypto: shash - Fix alignment in unaligned operations by Herbert Xu · 15 years ago
  21. 8c32c51 crypto: hash - Zap unaligned buffers by Herbert Xu · 15 years ago
  22. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 15 years ago
  23. 0b535ad crypto: cryptd - Switch to new style ahash by Herbert Xu · 15 years ago
  24. 9cd899a crypto: cryptd - Switch to template create API by Herbert Xu · 15 years ago
  25. 7be380f crypto: tcrypt - Add mask parameter by Herbert Xu · 15 years ago
  26. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 15 years ago
  27. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 15 years ago
  28. 2ca33da crypto: api - Remove frontend argument from extsize/init_tfm by Herbert Xu · 15 years ago
  29. 0d6669e crypto: cryptd - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  30. 46309d8 crypto: cryptd - Use shash algorithms by Herbert Xu · 15 years ago
  31. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 15 years ago
  32. 6941c3a crypto: hash - Remove legacy hash/digest implementaion by Herbert Xu · 15 years ago
  33. 9ef074f crypto: authenc - Remove reference to crypto_hash by Herbert Xu · 15 years ago
  34. 3106caa crypto: xcbc - Switch to shash by Herbert Xu · 15 years ago
  35. 8bd1209 crypto: hmac - Switch to shash by Herbert Xu · 15 years ago
  36. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 15 years ago
  37. 57cfe44 crypto: shash - Move null setkey check to registration time by Herbert Xu · 15 years ago
  38. 9b2fda7 crypto: sha256_generic - Add export/import support by Herbert Xu · 15 years ago
  39. 3d4d277 crypto: sha256_generic - Use 64-bit counter like sha1 by Herbert Xu · 15 years ago
  40. e2a7ce4 crypto: sha1_generic - Add export/import support by Herbert Xu · 15 years ago
  41. 8267ada crypto: shash - Move finup/digest null checks to registration time by Herbert Xu · 15 years ago
  42. 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 15 years ago
  43. 7ede5a5 crypto: api - Fix crypto_drop_spawn crash on blank spawns by Herbert Xu · 15 years ago
  44. deee228 crypto: shash - Propagate reinit return value by Herbert Xu · 15 years ago
  45. f88ad8d crypto: shash - Use finup in default digest by Herbert Xu · 15 years ago
  46. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 15 years ago
  47. 7d6f5640 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 15 years ago
  48. d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
  49. 9429699 crypto: shash - Add spawn support by Herbert Xu · 15 years ago
  50. 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
  51. 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 15 years ago
  52. 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
  53. f2ac72e crypto: api - Add new template create function by Herbert Xu · 15 years ago
  54. fd09d7f crypto: ansi_prng - alloc cipher just in init by Sebastian Andrzej Siewior · 15 years ago
  55. ed94070 crypto: ansi_prng - Use just a BH lock by Sebastian Andrzej Siewior · 15 years ago
  56. a68f661 crypto: testmgr - Allow implementation-specific tests by Herbert Xu · 15 years ago
  57. 0b67fb6 crypto: skcipher - Change default sync geniv on SMP to eseqiv by Herbert Xu · 15 years ago
  58. 435578a crypto: skcipher - Fix request for sync algorithms by Herbert Xu · 15 years ago
  59. 259c5e0 crypto: testmgr - Remove hash size check by Herbert Xu · 15 years ago
  60. 215ccd6 crypto: fips - Select CPRNG by Neil Horman · 15 years ago
  61. ea40065 crypto: tcrypt - Fix module return code when testing by name by Herbert Xu · 15 years ago
  62. 2730017 crypto: ansi_cprng - Do not select FIPS by Herbert Xu · 15 years ago
  63. a873a5f crypto: tcrypt - Test algorithms by name by Steffen Klassert · 15 years ago
  64. 5b739ef random: Add optional continuous repetition test to entropy store based rngs by Neil Horman · 15 years ago
  65. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 15 years ago
  66. 33f65df crypto: don't track xor test pages with kmemcheck by Vegard Nossum · 15 years ago
  67. aa07a69 crypto: api - Use formatting of module name by Alex Riesen · 15 years ago
  68. a0cfae5 crypto: testmgr - Allow hash test vectors longer than a page by Herbert Xu · 15 years ago
  69. fd57f22 crypto: testmgr - Check all test vector lengths by Herbert Xu · 15 years ago
  70. 4e033a6 crypto: tcrypt - Do not exit on success in fips mode by Jarod Wilson · 15 years ago
  71. 3ce858c crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final} by Geert Uytterhoeven · 15 years ago
  72. a3bef3a crypto: testmgr - Skip algs not flagged fips_allowed in fips mode by Jarod Wilson · 15 years ago
  73. a1915d5 crypto: testmgr - Mark algs allowed in fips mode by Jarod Wilson · 15 years ago
  74. f7cb80f crypto: testmgr - Add ctr(aes) test vectors by Jarod Wilson · 15 years ago
  75. f8b0d4d crypto: testmgr - Dynamically allocate xbuf and axbuf by Herbert Xu · 15 years ago
  76. 29ecd4a crypto: testmgr - Print self-test pass notices in fips mode by Jarod Wilson · 15 years ago
  77. 941fb32 crypto: testmgr - Catch base cipher self-test failures in fips mode by Jarod Wilson · 15 years ago
  78. e08ca2d crypto: testmgr - Add ansi_cprng test vectors by Jarod Wilson · 15 years ago
  79. 7647d6c crypto: testmgr - Add infrastructure for ansi_cprng self-tests by Jarod Wilson · 15 years ago
  80. 5d66732 crypto: testmgr - Add self-tests for rfc4309(ccm(aes)) by Jarod Wilson · 15 years ago
  81. e44a1b4 crypto: testmgr - Handle AEAD test vectors expected to fail verification by Jarod Wilson · 15 years ago
  82. 2f6ceb7 crypto: pcomp - pcompress.c should include crypto/internal/compress.h by Geert Uytterhoeven · 15 years ago
  83. c79cf91 crypto: testmgr - Kill test_comp() sparse warnings by Geert Uytterhoeven · 15 years ago
  84. 2cf4ac8 crypto: aes-ni - Add support for more modes by Huang Ying · 15 years ago
  85. 150c7e8 crypto: fpu - Add template for blkcipher touching FPU by Huang Ying · 15 years ago
  86. 505fd21 crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher by Huang Ying · 15 years ago
  87. 811d8f0 crypto: api - Use kzfree by Johannes Weiner · 15 years ago
  88. 376bacb crypto: tcrypt - Reduce stack size by Frank Seidel · 15 years ago
  89. d315a0e crypto: hash - Fix handling of sg entry that crosses page boundary by Herbert Xu · 15 years ago
  90. cd208bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  91. 37fc334 crypto: api - Fix algorithm module auto-loading by Herbert Xu · 15 years ago
  92. abe5fa78 crypto: eseqiv - Fix IV generation for sync algorithms by Steffen Klassert · 15 years ago
  93. 133e2a3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  94. c54c4de Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  95. 223cdea Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  96. bff6197 md: move lots of #include lines out of .h files and into .c by NeilBrown · 15 years ago
  97. f4f6899 crypto: shash - Fix unaligned calculation with short length by Yehuda Sadeh · 15 years ago
  98. 562f477 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  99. 729b5d1 dmaengine: allow dma support for async_tx to be toggled by Dan Williams · 15 years ago
  100. 06164f3 async_tx: provide __async_inline for HAS_DMA=n archs by Dan Williams · 15 years ago