1. f261c5fb crypto: echainiv - Move IV seeding into init function by Herbert Xu · 9 years ago
  2. 65fe674 crypto: chainiv - Move IV seeding into init function by Herbert Xu · 9 years ago
  3. 5900758 crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector by Martin Willi · 9 years ago
  4. 4db4ad2 crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD by Martin Willi · 9 years ago
  5. af2b76b crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  6. 71ebc4d crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539 by Martin Willi · 9 years ago
  7. eee9dc6 crypto: testmgr - Add Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  8. f979e01 crypto: poly1305 - Add a generic Poly1305 authenticator implementation by Martin Willi · 9 years ago
  9. 3590ebf crypto: testmgr - Add ChaCha20 test vectors from RFC7539 by Martin Willi · 9 years ago
  10. c08d0e6 crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation by Martin Willi · 9 years ago
  11. 1605440 crypto: scatterwalk - Hide PageSlab call to optimise away flush_dcache_page by Herbert Xu · 9 years ago
  12. f614e54 crypto: cryptd - Convert to new AEAD interface by Herbert Xu · 9 years ago
  13. 92b9876 crypto: cryptd - Add setkey/setauthsize functions for AEAD by Herbert Xu · 9 years ago
  14. 0496f56 crypto: pcrypt - Add support for new AEAD interface by Herbert Xu · 9 years ago
  15. caab946 crypto: aead - Add multiple algorithm registration interface by Herbert Xu · 9 years ago
  16. 4361536 crypto: aead - Ignore return value from crypto_unregister_alg by Herbert Xu · 9 years ago
  17. c2110f2 crypto: api - Include alignment in crypto_alg_extsize by Herbert Xu · 9 years ago
  18. 5eb8ec6 crypto: aead - Add type-safe init/exit functions by Herbert Xu · 9 years ago
  19. b64a2d9 Revert "crypto: algif_aead - Disable AEAD user-space for now" by Herbert Xu · 9 years ago
  20. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. cf58fcb crypto: jitterentropy - remove timekeeping_valid_for_hres by Stephan Mueller · 9 years ago
  22. 19fa775 crypto: algif_aead - Switch to new AEAD interface by Herbert Xu · 9 years ago
  23. a3f2185 crypto: tcrypt - Switch to new AEAD interface by Herbert Xu · 9 years ago
  24. 8a525fcd crypto: testmgr - Switch to new AEAD interface by Herbert Xu · 9 years ago
  25. 056c04b crypto: seqiv - Fix module unload/reload crash by Herbert Xu · 9 years ago
  26. ccdb8a0 crypto: seqiv - Fix IV size in context size calculation by Herbert Xu · 9 years ago
  27. 661cfd0 crypto: seqiv - Use common IV generation code by Herbert Xu · 9 years ago
  28. d0ad1b2 crypto: seqiv - Copy AD along with plain/cipher text by Herbert Xu · 9 years ago
  29. 9d03aee crypto: echainiv - Fix IV size in context size calculation by Herbert Xu · 9 years ago
  30. d97de47 crypto: echainiv - Use common IV generation code by Herbert Xu · 9 years ago
  31. 838c9d56 crypto: echainiv - Copy AD along with plain text by Herbert Xu · 9 years ago
  32. 6350449 crypto: aead - Add common IV generation code by Herbert Xu · 9 years ago
  33. b455eb8 crypto: aead - Preserve in-place processing in old_crypt by Herbert Xu · 9 years ago
  34. fdaef75 crypto: scatterwalk - Add missing sg_init_table to scatterwalk_ffwd by Herbert Xu · 9 years ago
  35. 6d7e3d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  36. c09b5cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  37. bb5530e crypto: jitterentropy - add jitterentropy RNG by Stephan Mueller · 9 years ago
  38. b8ec5ba crypto: drbg - use Jitter RNG to obtain seed by Stephan Mueller · 9 years ago
  39. 4c78799 crypto: drbg - add async seeding operation by Stephan Mueller · 9 years ago
  40. 3d6a5f7 crypto: drbg - prepare for async seeding by Stephan Mueller · 9 years ago
  41. f858c7b crypto: algif_aead - Disable AEAD user-space for now by Herbert Xu · 9 years ago
  42. 374d4ad crypto: aead - Remove unused cryptoff parameter by Herbert Xu · 9 years ago
  43. dd04446 crypto: seqiv - Stop using cryptoff by Herbert Xu · 9 years ago
  44. 823655c crypto: echainiv - Stop using cryptoff by Herbert Xu · 9 years ago
  45. d1ee1f0 crypto: aead - Do not set cra_type for new style instances by Herbert Xu · 9 years ago
  46. 1e419c7 crypto: echainiv - Use aead_register_instance by Herbert Xu · 9 years ago
  47. 0677157 crypto: seqiv - Use aead_register_instance by Herbert Xu · 9 years ago
  48. 72af865 crypto: aead - Use tmpl->create by Herbert Xu · 9 years ago
  49. 56e3437 crypto: skcipher - Use tmpl->create by Herbert Xu · 9 years ago
  50. 622ff87 crypto: echainiv - echainiv_read_iv() can be static by Wu Fengguang · 9 years ago
  51. a5a22e5 crypto: pcrypt - Make tfm_count an atomic_t by Herbert Xu · 9 years ago
  52. 30e4c01 crypto: aead - Add crypto_aead_alg_ivsize/maxauthsize by Herbert Xu · 9 years ago
  53. 445a8e0 crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr. by Harald Freudenberger · 9 years ago
  54. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  55. a10f554 crypto: echainiv - Add encrypted chain IV generator by Herbert Xu · 9 years ago
  56. 3c08fee crypto: seqiv - Add seqniv by Herbert Xu · 9 years ago
  57. 856e3f40 crypto: seqiv - Add support for new AEAD interface by Herbert Xu · 9 years ago
  58. 74412fd crypto: scatterwalk - Check for same address in map_and_copy by Herbert Xu · 9 years ago
  59. 17db854 crypto: gcm - Use default null skcipher by Herbert Xu · 9 years ago
  60. 3302346 crypto: null - Add default null skcipher by Herbert Xu · 9 years ago
  61. 63293c6 crypto: aead - Add support for new AEAD implementations by Herbert Xu · 9 years ago
  62. 2d0f230 crypto: aead - Rename aead_alg to old_aead_alg by Herbert Xu · 9 years ago
  63. 996d98d crypto: aead - Add new interface with single SG list by Herbert Xu · 9 years ago
  64. fc42bcb crypto: scatterwalk - Add scatterwalk_ffwd helper by Herbert Xu · 9 years ago
  65. 66d948e crypto: pcrypt - Use crypto_grab_aead by Herbert Xu · 9 years ago
  66. 9b8c456 crypto: cryptd - Use crypto_grab_aead by Herbert Xu · 9 years ago
  67. e51a363 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  68. f2b3dee KEYS: fix "ca_keys=" partial key matching by Mimi Zohar · 9 years ago
  69. 6a18501 crypto: md5 - use md5 IV MD5_HX instead of their raw value by LABBE Corentin · 9 years ago
  70. 7b2a18e crypto: algif_aead - fix invalid sgl linking by Tadeusz Struk · 9 years ago
  71. 5d1d65f crypto: aead - Convert top level interface to new style by Herbert Xu · 9 years ago
  72. ba6d8e3 crypto: seqiv - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  73. fd0de97 crypto: pcrypt - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  74. 5d72336 crypto: gcm - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  75. 529a0b6 crypto: cryptd - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  76. 2c221ad crypto: ccm - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  77. 6650d09 crypto: authencesn - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  78. 25df919 crypto: authenc - Use crypto_aead_set_reqsize helper by Herbert Xu · 9 years ago
  79. d1a2fd5 crypto: blkcipher - Include crypto/aead.h by Herbert Xu · 9 years ago
  80. 7fb2a4b crypto: authencesn - Include internal/aead.h by Herbert Xu · 9 years ago
  81. 68acbf8 crypto: authenc - Include internal/aead.h by Herbert Xu · 9 years ago
  82. d6ef2f1 crypto: api - Add crypto_grab_spawn primitive by Herbert Xu · 9 years ago
  83. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  84. 2062c5b crypto: 842 - change 842 alg to use software by Dan Streetman · 9 years ago
  85. ebb3472 crypto: testmgr - add test cases for CRC32 by Ard Biesheuvel · 9 years ago
  86. 09e2178 crypto: testmgr - Wrap the LHS in expressions of the form !x == y by David Howells · 9 years ago
  87. f94a359 crypto: pcomp - Constify (de)compression parameters by David Howells · 9 years ago
  88. 80f7b35 crypto: aead - Fix corner case in crypto_lookup_aead by Herbert Xu · 9 years ago
  89. 2673953 crypto: skcipher - Fix corner case in crypto_lookup_skcipher by Herbert Xu · 9 years ago
  90. bd4a7c6 crypto: api - Fix build error when modules are disabled by Herbert Xu · 9 years ago
  91. 474095e Merge tag 'md/4.1' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  92. 1ce3311 crypto: testmgr - Include crypto/aead.h by Herbert Xu · 9 years ago
  93. 1ce5a04 crypto: tcrypt - Include crypto/aead.h by Herbert Xu · 9 years ago
  94. 89081da crypto: algif_aead - Include crypto/aead.h by Herbert Xu · 9 years ago
  95. 7be58b1 crypto: api - Remove linux/fips.h from internal.h by Herbert Xu · 9 years ago
  96. 1c41b88 crypto: testmgr - Include linux/fips.h for fips_enabled by Herbert Xu · 9 years ago
  97. daf0944 crypto: tcrypt - Include linux/fips.h for fips_enabled by Herbert Xu · 9 years ago
  98. 94072cb crypto: fips - Move fips_enabled sysctl into fips.c by Herbert Xu · 9 years ago
  99. 76450f9 crypto: fips - Remove bogus inclusion of internal.h by Herbert Xu · 9 years ago
  100. 3133d76 crypto: api - Include linux/fips.h by Herbert Xu · 9 years ago