1. 63b5ac2 crypto: blkcipher - Do not use eseqiv on stream ciphers by Herbert Xu · 15 years ago
  2. aef2713 crypto: ctr - Use chainiv on raw counter mode by Herbert Xu · 15 years ago
  3. 73fec12 Revert crypto: fips - Select CPRNG by Herbert Xu · 15 years ago
  4. a8ccc39 crypto: rng - Fix typo by Christian Kujau · 15 years ago
  5. 81eb024 crypto: talitos - add support for 36 bit addressing by Kim Phillips · 15 years ago
  6. 4b992628 crypto: talitos - align locks on cache lines by Kim Phillips · 15 years ago
  7. e41256f crypto: talitos - simplify hmac data size calculation by Kim Phillips · 15 years ago
  8. 85a7f0a crypto: mv_cesa - Add support for Orion5X crypto engine by Sebastian Andrzej Siewior · 15 years ago
  9. ace1366 crypto: cryptd - Add support to access underlaying shash by Huang Ying · 15 years ago
  10. 9382d97 crypto: gcm - Use GHASH digest algorithm by Huang Ying · 15 years ago
  11. 2cdc689 crypto: ghash - Add GHASH digest algorithm for GCM by Huang Ying · 15 years ago
  12. cbdcf80 crypto: authenc - Convert to ahash by Steffen Klassert · 15 years ago
  13. ab30046 crypto: api - Fix aligned ctx helper by Herbert Xu · 15 years ago
  14. 0b767b4 crypto: hmac - Prehash ipad/opad by Herbert Xu · 15 years ago
  15. 7b4ffcf crypto: aes - Undefined behaviour in crypto_aes_expand_key by Phil Carmody · 15 years ago
  16. 0044f3e crypto: shash - Test for the algorithms import function before exporting it by Steffen Klassert · 15 years ago
  17. 5befbd5 crypto: ahash - Use GFP_KERNEL on allocation if the request can sleep by Steffen Klassert · 15 years ago
  18. f592682 crypto: shash - Require all algorithms to support export/import by Herbert Xu · 15 years ago
  19. 9fadfd1 crypto: sha512-s390 - Add export/import support by Herbert Xu · 15 years ago
  20. 13887ed crypto: sha512_generic - Use 64-bit counters by Herbert Xu · 15 years ago
  21. 1f38ad8 crypto: sha512 - Export struct sha512_state by Herbert Xu · 15 years ago
  22. ac95301 crypto: xcbc - Fix shash conversion by Herbert Xu · 15 years ago
  23. b588ef6 crypto: xcbc - Use crypto_xor by Herbert Xu · 15 years ago
  24. 6fba00d crypto: cryptd - Add finup/export/import for hash by Herbert Xu · 15 years ago
  25. 2a549c3 crypto: s390 - Fix sha build failure by Sachin Sant · 15 years ago
  26. e9b25f1 crypto: padlock - Fix hashing of partial blocks by Herbert Xu · 15 years ago
  27. cbc86b9 crypto: shash - Fix async finup handling of null digest by Herbert Xu · 15 years ago
  28. fa64966 crypto: shash - Fix digest size offset by Herbert Xu · 15 years ago
  29. a70c522 crypto: ahash - Fix setkey crash by Herbert Xu · 15 years ago
  30. faae890 crypto: padlock - Fix compile error on i386 by Herbert Xu · 15 years ago
  31. b5ebd44 crypto: xcbc - Fix incorrect error value when creating instance by Herbert Xu · 15 years ago
  32. 3b3fc32 crypto: hmac - Fix incorrect error value when creating instance by Herbert Xu · 15 years ago
  33. 05ed875 crypto: cryptd - Fix uninitialized return value by Steffen Klassert · 15 years ago
  34. 305f9db crypto: crypto4xx - Disable SHA implementation by Herbert Xu · 15 years ago
  35. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 15 years ago
  36. 093900c crypto: ahash - Use GFP_KERNEL in unaligned setkey by Herbert Xu · 15 years ago
  37. 0e2d3a1 crypto: shash - Fix alignment in unaligned operations by Herbert Xu · 15 years ago
  38. 8c32c51 crypto: hash - Zap unaligned buffers by Herbert Xu · 15 years ago
  39. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 15 years ago
  40. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 15 years ago
  41. 0b535ad crypto: cryptd - Switch to new style ahash by Herbert Xu · 15 years ago
  42. 9cd899a crypto: cryptd - Switch to template create API by Herbert Xu · 15 years ago
  43. 52861c7 crypto: hash - Add helpers to free spawns by Herbert Xu · 15 years ago
  44. 7be380f crypto: tcrypt - Add mask parameter by Herbert Xu · 15 years ago
  45. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 15 years ago
  46. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 15 years ago
  47. 2ca33da crypto: api - Remove frontend argument from extsize/init_tfm by Herbert Xu · 15 years ago
  48. 6b1679f crypto: crypto4xx - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  49. 0d6669e crypto: cryptd - Use crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  50. fc00127 crypto: ahash - Add crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  51. 46309d8 crypto: cryptd - Use shash algorithms by Herbert Xu · 15 years ago
  52. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 15 years ago
  53. 6941c3a crypto: hash - Remove legacy hash/digest implementaion by Herbert Xu · 15 years ago
  54. 9ef074f crypto: authenc - Remove reference to crypto_hash by Herbert Xu · 15 years ago
  55. 3106caa crypto: xcbc - Switch to shash by Herbert Xu · 15 years ago
  56. 8bd1209 crypto: hmac - Switch to shash by Herbert Xu · 15 years ago
  57. bbbee46 crypto: padlock - Switch sha to shash by Herbert Xu · 15 years ago
  58. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 15 years ago
  59. aef73cf crypto: async - Use kzfree for requests by Herbert Xu · 15 years ago
  60. 57cfe44 crypto: shash - Move null setkey check to registration time by Herbert Xu · 15 years ago
  61. 7d02460 crypto: padlock - Use shash fallback for sha by Herbert Xu · 15 years ago
  62. f63559b crypto: sha256-s390 - Add export/import support by Herbert Xu · 15 years ago
  63. 406f104 crypto: sha1-s390 - Add export/import support by Herbert Xu · 15 years ago
  64. 9b2fda7 crypto: sha256_generic - Add export/import support by Herbert Xu · 15 years ago
  65. 3d4d277 crypto: sha256_generic - Use 64-bit counter like sha1 by Herbert Xu · 15 years ago
  66. e2a7ce4 crypto: sha1_generic - Add export/import support by Herbert Xu · 15 years ago
  67. 8267ada crypto: shash - Move finup/digest null checks to registration time by Herbert Xu · 15 years ago
  68. 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 15 years ago
  69. 7ede5a5 crypto: api - Fix crypto_drop_spawn crash on blank spawns by Herbert Xu · 15 years ago
  70. ef5d590 crypto: shash - Add shash_instance_ctx by Herbert Xu · 15 years ago
  71. deee228 crypto: shash - Propagate reinit return value by Herbert Xu · 15 years ago
  72. f88ad8d crypto: shash - Use finup in default digest by Herbert Xu · 15 years ago
  73. 0390e6a crypto: shash - Add __crypto_shash_cast by Herbert Xu · 15 years ago
  74. cde6263 crypto: shash - Add crypto_shash_ctx_aligned by Herbert Xu · 15 years ago
  75. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 15 years ago
  76. 7d6f5640 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 15 years ago
  77. d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
  78. 9429699 crypto: shash - Add spawn support by Herbert Xu · 15 years ago
  79. 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
  80. 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 15 years ago
  81. 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
  82. f2ac72e crypto: api - Add new template create function by Herbert Xu · 15 years ago
  83. fd09d7f crypto: ansi_prng - alloc cipher just in init by Sebastian Andrzej Siewior · 15 years ago
  84. ed94070 crypto: ansi_prng - Use just a BH lock by Sebastian Andrzej Siewior · 15 years ago
  85. a68f661 crypto: testmgr - Allow implementation-specific tests by Herbert Xu · 15 years ago
  86. 0b67fb6 crypto: skcipher - Change default sync geniv on SMP to eseqiv by Herbert Xu · 15 years ago
  87. 435578a crypto: skcipher - Fix request for sync algorithms by Herbert Xu · 15 years ago
  88. 409a736 hwrng: Use PCI_VDEVICE by Joe Perches · 15 years ago
  89. 259c5e0 crypto: testmgr - Remove hash size check by Herbert Xu · 15 years ago
  90. c994488 crypto: aes-ni - Don't print message with KERN_ERR on old system by Roland Dreier · 15 years ago
  91. 215ccd6 crypto: fips - Select CPRNG by Neil Horman · 15 years ago
  92. ea40065 crypto: tcrypt - Fix module return code when testing by name by Herbert Xu · 15 years ago
  93. 2730017 crypto: ansi_cprng - Do not select FIPS by Herbert Xu · 15 years ago
  94. a873a5f crypto: tcrypt - Test algorithms by name by Steffen Klassert · 15 years ago
  95. 03b56ce crypto: des_s390 - Permit weak keys unless REQ_WEAK_KEY set by Jarod Wilson · 15 years ago
  96. 5b739ef random: Add optional continuous repetition test to entropy store based rngs by Neil Horman · 15 years ago
  97. b6f34d4 crypto: aes-ni - Remove CRYPTO_TFM_REQ_MAY_SLEEP from fpu template by Huang Ying · 15 years ago
  98. 9251b64 crypto: aes-ni - Do not sleep when using the FPU by Huang Ying · 15 years ago
  99. e6efaa0 crypto: aes-ni - Fix cbc mode IV saving by Huang Ying · 15 years ago
  100. 8d8409f crypto: padlock-aes - work around Nano CPU errata in CBC mode by Chuck Ebbert · 15 years ago