1. b8ec5ba crypto: drbg - use Jitter RNG to obtain seed by Stephan Mueller · 10 years ago
  2. 4c78799 crypto: drbg - add async seeding operation by Stephan Mueller · 10 years ago
  3. 3d6a5f7 crypto: drbg - prepare for async seeding by Stephan Mueller · 10 years ago
  4. 374d4ad crypto: aead - Remove unused cryptoff parameter by Herbert Xu · 10 years ago
  5. dd04446 crypto: seqiv - Stop using cryptoff by Herbert Xu · 10 years ago
  6. 823655c crypto: echainiv - Stop using cryptoff by Herbert Xu · 10 years ago
  7. d1ee1f0 crypto: aead - Do not set cra_type for new style instances by Herbert Xu · 10 years ago
  8. 1e419c7 crypto: echainiv - Use aead_register_instance by Herbert Xu · 10 years ago
  9. 0677157 crypto: seqiv - Use aead_register_instance by Herbert Xu · 10 years ago
  10. 72af865 crypto: aead - Use tmpl->create by Herbert Xu · 10 years ago
  11. 56e3437 crypto: skcipher - Use tmpl->create by Herbert Xu · 10 years ago
  12. 622ff87 crypto: echainiv - echainiv_read_iv() can be static by Wu Fengguang · 10 years ago
  13. a5a22e5 crypto: pcrypt - Make tfm_count an atomic_t by Herbert Xu · 10 years ago
  14. 30e4c01 crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize by Herbert Xu · 10 years ago
  15. 445a8e0 crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr. by Harald Freudenberger · 10 years ago
  16. a10f554 crypto: echainiv - Add encrypted chain IV generator by Herbert Xu · 10 years ago
  17. 3c08fee crypto: seqiv - Add seqniv by Herbert Xu · 10 years ago
  18. 856e3f40 crypto: seqiv - Add support for new AEAD interface by Herbert Xu · 10 years ago
  19. 74412fd crypto: scatterwalk - Check for same address in map_and_copy by Herbert Xu · 10 years ago
  20. 17db854 crypto: gcm - Use default null skcipher by Herbert Xu · 10 years ago
  21. 3302346 crypto: null - Add default null skcipher by Herbert Xu · 10 years ago
  22. 63293c6 crypto: aead - Add support for new AEAD implementations by Herbert Xu · 10 years ago
  23. 2d0f230 crypto: aead - Rename aead_alg to old_aead_alg by Herbert Xu · 10 years ago
  24. 996d98d crypto: aead - Add new interface with single SG list by Herbert Xu · 10 years ago
  25. fc42bcb crypto: scatterwalk - Add scatterwalk_ffwd helper by Herbert Xu · 10 years ago
  26. 66d948e crypto: pcrypt - Use crypto_grab_aead by Herbert Xu · 10 years ago
  27. 9b8c456 crypto: cryptd - Use crypto_grab_aead by Herbert Xu · 10 years ago
  28. 6a18501 crypto: md5 - use md5 IV MD5_HX instead of their raw value by LABBE Corentin · 10 years ago
  29. 5d1d65f crypto: aead - Convert top level interface to new style by Herbert Xu · 10 years ago
  30. ba6d8e3 crypto: seqiv - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  31. fd0de97 crypto: pcrypt - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  32. 5d72336 crypto: gcm - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  33. 529a0b6 crypto: cryptd - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  34. 2c221ad crypto: ccm - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  35. 6650d09 crypto: authencesn - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  36. 25df919 crypto: authenc - Use crypto_aead_set_reqsize helper by Herbert Xu · 10 years ago
  37. d1a2fd5 crypto: blkcipher - Include crypto/aead.h by Herbert Xu · 10 years ago
  38. 7fb2a4b crypto: authencesn - Include internal/aead.h by Herbert Xu · 10 years ago
  39. 68acbf8 crypto: authenc - Include internal/aead.h by Herbert Xu · 10 years ago
  40. d6ef2f1 crypto: api - Add crypto_grab_spawn primitive by Herbert Xu · 10 years ago
  41. 2062c5b crypto: 842 - change 842 alg to use software by Dan Streetman · 10 years ago
  42. ebb3472 crypto: testmgr - add test cases for CRC32 by Ard Biesheuvel · 10 years ago
  43. 09e2178 crypto: testmgr - Wrap the LHS in expressions of the form !x == y by David Howells · 10 years ago
  44. f94a359 crypto: pcomp - Constify (de)compression parameters by David Howells · 10 years ago
  45. 80f7b35 crypto: aead - Fix corner case in crypto_lookup_aead by Herbert Xu · 10 years ago
  46. 2673953 crypto: skcipher - Fix corner case in crypto_lookup_skcipher by Herbert Xu · 10 years ago
  47. bd4a7c6 crypto: api - Fix build error when modules are disabled by Herbert Xu · 10 years ago
  48. 1ce3311 crypto: testmgr - Include crypto/aead.h by Herbert Xu · 10 years ago
  49. 1ce5a04 crypto: tcrypt - Include crypto/aead.h by Herbert Xu · 10 years ago
  50. 89081da crypto: algif_aead - Include crypto/aead.h by Herbert Xu · 10 years ago
  51. 7be58b1 crypto: api - Remove linux/fips.h from internal.h by Herbert Xu · 10 years ago
  52. 1c41b88 crypto: testmgr - Include linux/fips.h for fips_enabled by Herbert Xu · 10 years ago
  53. daf0944 crypto: tcrypt - Include linux/fips.h for fips_enabled by Herbert Xu · 10 years ago
  54. 94072cb crypto: fips - Move fips_enabled sysctl into fips.c by Herbert Xu · 10 years ago
  55. 76450f9 crypto: fips - Remove bogus inclusion of internal.h by Herbert Xu · 10 years ago
  56. 3133d76 crypto: api - Include linux/fips.h by Herbert Xu · 10 years ago
  57. b94e7dc crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity by Herbert Xu · 10 years ago
  58. 59afdc7 crypto: api - Move module sig ifdef into accessor function by Herbert Xu · 10 years ago
  59. 43a9607 crypto: tcrypt - Handle async return from crypto_ahash_init by Herbert Xu · 10 years ago
  60. b617b70 crypto: rng - Zero seed in crypto_rng_reset by Herbert Xu · 10 years ago
  61. 654ae15 crypto: algif_rng - Remove obsolete const-removal cast by Herbert Xu · 10 years ago
  62. 94f1bb1 crypto: rng - Remove old low-level rng interface by Herbert Xu · 10 years ago
  63. e33cf2c crypto: krng - Convert to new rng interface by Herbert Xu · 10 years ago
  64. e7c2422 crypto: ansi_cprng - Convert to new rng interface by Herbert Xu · 10 years ago
  65. 6f7e3ca crypto: ansi_cprng - Remove bogus inclusion of internal.h by Herbert Xu · 10 years ago
  66. 8fded59 crypto: drbg - Convert to new rng interface by Herbert Xu · 10 years ago
  67. 881cd6c crypto: rng - Add multiple algorithm registration interface by Herbert Xu · 10 years ago
  68. acec27f crypto: rng - Convert low-level crypto_rng to new style by Herbert Xu · 10 years ago
  69. 3c5d8fa crypto: rng - Mark crypto_rng_reset seed as const by Herbert Xu · 10 years ago
  70. ff030b0 crypto: rng - Introduce crypto_rng_generate by Herbert Xu · 10 years ago
  71. d0e8305 crypto: rng - Convert crypto_rng to new style crypto_type by Herbert Xu · 10 years ago
  72. f7c9beb crypto: pcomp - Use crypto_alg_extsize helper by Herbert Xu · 10 years ago
  73. ac61168 crypto: shash - Use crypto_alg_extsize helper by Herbert Xu · 10 years ago
  74. 38d2143 crypto: api - Add crypto_alg_extsize helper by Herbert Xu · 10 years ago
  75. 2a57e42 crypto: drbg - Do not seed RNG in drbg_kcapi_init by Herbert Xu · 10 years ago
  76. e11a754 crypto: drbg - Initialise mutex in drbg_healthcheck_sanity by Herbert Xu · 10 years ago
  77. fa3ae62 crypto: drbg - leave cipher handles operational by Stephan Mueller · 10 years ago
  78. 76899a4 crypto: drbg - replace spinlock with mutex by Stephan Mueller · 10 years ago
  79. 082eb10 crypto: drbg - fix drbg_generate return val check by Stephan Mueller · 10 years ago
  80. 8e0498d cryoto: drbg - clear all temporary memory by Stephan Mueller · 10 years ago
  81. 34c9a0f crypto: fix broken crypto_register_instance() module handling by Herbert Xu · 10 years ago
  82. eccd02f crypto: fix mis-merge with the networking merge by Linus Torvalds · 10 years ago
  83. cb90695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  84. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  85. ca14258 crypto: sha512-generic - move to generic glue implementation by Ard Biesheuvel · 10 years ago
  86. a2e5ba4 crypto: sha256-generic - move to generic glue implementation by Ard Biesheuvel · 10 years ago
  87. 7c71f0f crypto: sha1-generic - move to generic glue implementation by Ard Biesheuvel · 10 years ago
  88. 9c521a2 crypto: api - remove instance when test failed by Stephan Mueller · 10 years ago
  89. e9b8e5b crypto: api - Move alg ref count init to crypto_check_alg by Herbert Xu · 10 years ago
  90. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 10 years ago
  91. 016baaa crypto: user - Fix crypto_alg_match race by Herbert Xu · 10 years ago
  92. 1e6232f crypto: serpent_sse2 - Fix a typo in Kconfig by Masanari Iida · 10 years ago
  93. 87b1675 crypto: api - Change crypto_unregister_instance argument type by Herbert Xu · 10 years ago
  94. 1f72371 crypto: api - Fix races in crypto_unregister_instance by Herbert Xu · 10 years ago
  95. 033f46b crypto: algif - explicitly mark end of data by tadeusz.struk@intel.com · 10 years ago
  96. 82d9292 crypto: algif - use kmalloc instead of kzalloc by Tadeusz Struk · 10 years ago
  97. bd50752 crypto: af_alg - make exports consistant by Tadeusz Struk · 10 years ago
  98. f52bbf5 crypto: mcryptd - process CRYPTO_ALG_INTERNAL by Stephan Mueller · 10 years ago
  99. b0cda2b crypto: proc - identify internal ciphers by Stephan Mueller · 10 years ago
  100. 466a7b9 crypto: cryptd - process CRYPTO_ALG_INTERNAL by Stephan Mueller · 10 years ago