1. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  2. f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 15 years ago
  3. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
  4. ace1366 crypto: cryptd - Add support to access underlaying shash by Huang Ying · 15 years ago
  5. ab30046 crypto: api - Fix aligned ctx helper by Herbert Xu · 15 years ago
  6. 13887ed crypto: sha512_generic - Use 64-bit counters by Herbert Xu · 15 years ago
  7. 1f38ad8 crypto: sha512 - Export struct sha512_state by Herbert Xu · 15 years ago
  8. fa64966 crypto: shash - Fix digest size offset by Herbert Xu · 15 years ago
  9. 66f6ce5 crypto: ahash - Add unaligned handling and default operations by Herbert Xu · 15 years ago
  10. 500b3e3 crypto: ahash - Remove old_ahash_alg by Herbert Xu · 15 years ago
  11. 4dc10c0 crypto: crypto4xx - Switch to new style ahash by Herbert Xu · 15 years ago
  12. 9cd899a crypto: cryptd - Switch to template create API by Herbert Xu · 15 years ago
  13. 52861c7 crypto: hash - Add helpers to free spawns by Herbert Xu · 15 years ago
  14. 01c2dec crypto: ahash - Add instance/spawn support by Herbert Xu · 15 years ago
  15. 88056ec crypto: ahash - Convert to new style algorithms by Herbert Xu · 15 years ago
  16. 2ca33da crypto: api - Remove frontend argument from extsize/init_tfm by Herbert Xu · 15 years ago
  17. fc00127 crypto: ahash - Add crypto_ahash_set_reqsize by Herbert Xu · 15 years ago
  18. 7eddf95 crypto: shash - Export async functions by Herbert Xu · 15 years ago
  19. 113adef crypto: shash - Make descsize a run-time attribute by Herbert Xu · 15 years ago
  20. aef73cf crypto: async - Use kzfree for requests by Herbert Xu · 15 years ago
  21. 9b2fda7 crypto: sha256_generic - Add export/import support by Herbert Xu · 15 years ago
  22. e2a7ce4 crypto: sha1_generic - Add export/import support by Herbert Xu · 15 years ago
  23. 99d27e1 crypto: shash - Export/import hash state only by Herbert Xu · 15 years ago
  24. ef5d590 crypto: shash - Add shash_instance_ctx by Herbert Xu · 15 years ago
  25. 0390e6a crypto: shash - Add __crypto_shash_cast by Herbert Xu · 15 years ago
  26. cde6263 crypto: shash - Add crypto_shash_ctx_aligned by Herbert Xu · 15 years ago
  27. 619a6eb crypto: shash - Add shash_register_instance by Herbert Xu · 15 years ago
  28. 7d6f564 crypto: shash - Add shash_attr_alg2 helper by Herbert Xu · 15 years ago
  29. d06854f crypto: api - Add crypto_attr_alg2 helper by Herbert Xu · 15 years ago
  30. 9429699 crypto: shash - Add spawn support by Herbert Xu · 15 years ago
  31. 97eedce crypto: api - Add new style spawn support by Herbert Xu · 15 years ago
  32. 2e4fddd crypto: shash - Add shash_instance by Herbert Xu · 15 years ago
  33. 70ec7bb crypto: api - Add crypto_alloc_instance2 by Herbert Xu · 15 years ago
  34. f2ac72e crypto: api - Add new template create function by Herbert Xu · 15 years ago
  35. bf68e65 crypto: zlib - New zlib crypto module, using pcomp by Geert Uytterhoeven · 15 years ago
  36. a1d2f09 crypto: compress - Add pcomp interface by Geert Uytterhoeven · 15 years ago
  37. 25c38d3 crypto: api - Use dedicated workqueue for crypto subsystem by Huang Ying · 15 years ago
  38. 9749598 crypto: shash - Add crypto_shash_blocksize by Herbert Xu · 15 years ago
  39. 1cac2cb crypto: cryptd - Add support to access underlying blkcipher by Huang Ying · 15 years ago
  40. 109568e crypto: aes - Move key_length in struct crypto_aes_ctx to be the last field by Huang Ying · 15 years ago
  41. 412e87a crypto: shash - Fix tfm destruction by Herbert Xu · 15 years ago
  42. 0ee4a96 crypto: aes - Precompute tables by Herbert Xu · 16 years ago
  43. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  44. dec8b78 crypto: hash - Add import/export interface by Herbert Xu · 16 years ago
  45. 7b5a080b crypto: hash - Add shash interface by Herbert Xu · 16 years ago
  46. 7b0bac6 crypto: api - Rebirth of crypto_alloc_tfm by Herbert Xu · 16 years ago
  47. 4a77948 crypto: api - Move type exit function into crypto_tfm by Herbert Xu · 16 years ago
  48. 17f0f4a crypto: rng - RNG interface and implementation by Neil Horman · 16 years ago
  49. 5be5e66 crypto: skcipher - Move IV generators into their own modules by Herbert Xu · 16 years ago
  50. 318e531 crypto: hash - Add missing top-level functions by Herbert Xu · 16 years ago
  51. 18e33e6 crypto: hash - Move ahash functions into crypto/hash.h by Herbert Xu · 16 years ago
  52. 2003625 crypto: hash - Added scatter list walking helper by Herbert Xu · 16 years ago
  53. 004a403 [CRYPTO] hash: Add asynchronous hash support by Loc Ho · 16 years ago
  54. 8ec970d [CRYPTO] api: Fix scatterwalk_sg_chain by Herbert Xu · 16 years ago
  55. 5427663 [CRYPTO] aes: Export generic setkey by Sebastian Siewior · 16 years ago
  56. f13ba2f [CRYPTO] skcipher: Fix section mismatches by Herbert Xu · 16 years ago
  57. 76fc60a [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module by Herbert Xu · 16 years ago
  58. 1c5dfe6 [CRYPTO] api: Include sched.h for cond_resched in scatterwalk.h by Herbert Xu · 17 years ago
  59. e7cd251 [CRYPTO] chainiv: Avoid lock spinning where possible by Herbert Xu · 17 years ago
  60. 3631c65 [CRYPTO] null: Add null blkcipher algorithm by Herbert Xu · 17 years ago
  61. d29ce98 [CRYPTO] aead: Create default givcipher instances by Herbert Xu · 17 years ago
  62. 5b6d2d7 [CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free by Herbert Xu · 17 years ago
  63. 3a282bd [CRYPTO] aead: Add top-level givencrypt/givdecrypt calls by Herbert Xu · 17 years ago
  64. 743edf5 [CRYPTO] aead: Add givcrypt operations by Herbert Xu · 17 years ago
  65. 03bf712 [CRYPTO] skcipher: Add top-level givencrypt/givdecrypt calls by Herbert Xu · 17 years ago
  66. 45d44eb [CRYPTO] skcipher: Remove crypto_spawn_ablkcipher by Herbert Xu · 17 years ago
  67. b9c55aa [CRYPTO] skcipher: Create default givcipher instances by Herbert Xu · 17 years ago
  68. 15c6728 [CRYPTO] skcipher: Added skcipher_givcrypt_complete by Herbert Xu · 17 years ago
  69. ecfc432 [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free by Herbert Xu · 17 years ago
  70. 61da88e [CRYPTO] skcipher: Add givcrypt operations and givcipher type by Herbert Xu · 17 years ago
  71. 378f4f5 [CRYPTO] skcipher: Add crypto_grab_skcipher interface by Herbert Xu · 17 years ago
  72. 5311f24 [CRYPTO] ctr: Refactor into ctr and rfc3686 by Herbert Xu · 17 years ago
  73. 68b6c7d [CRYPTO] api: Add crypto_attr_alg_name by Herbert Xu · 17 years ago
  74. b2ab4a5 [CRYPTO] scatterwalk: Restore custom sg chaining for now by Herbert Xu · 17 years ago
  75. 42c271c [CRYPTO] scatterwalk: Move scatterwalk.h to linux/crypto by Herbert Xu · 17 years ago
  76. e236d4a [CRYPTO] authenc: Move enckeylen into key itself by Herbert Xu · 17 years ago
  77. 7613636 [CRYPTO] api: Add crypto_inc and crypto_xor by Herbert Xu · 17 years ago
  78. 332f8840 [CRYPTO] ablkcipher: Add distinct ABLKCIPHER type by Herbert Xu · 17 years ago
  79. cd12fb90 [CRYPTO] sha256-generic: Extend sha256_generic.c to support SHA-224 by Jonathan Lynch · 17 years ago
  80. 96e82e45 [CRYPTO] aes-generic: Make key generation exportable by Sebastian Siewior · 17 years ago
  81. 89e1265 [CRYPTO] aes: Move common defines into a header file by Sebastian Siewior · 17 years ago
  82. 16d004a [CRYPTO] des: Create header file for common macros by Evgeniy Polyakov · 17 years ago
  83. 5265eeb [CRYPTO] sha: Add header file for SHA definitions by Jan Glauber · 17 years ago
  84. 7607bd8 [CRYPTO] blkcipher: Added blkcipher_walk_virt_block by Herbert Xu · 17 years ago
  85. f19f511 [CRYPTO] xts: XTS blockcipher mode implementation without partial blocks by Rik Snel · 17 years ago
  86. 3c09f17 [CRYPTO] aead: Add authenc by Herbert Xu · 17 years ago
  87. 2de98e7 [CRYPTO] ablkcipher: Remove queue pointer from common alg object by Herbert Xu · 17 years ago
  88. 1ae9782 [CRYPTO] api: Add aead crypto type by Herbert Xu · 17 years ago
  89. aa379a6 [CRYPTO] api: Add crypto_ablkcipher_ctx_aligned by Sebastian Siewior · 17 years ago
  90. 124b53d [CRYPTO] cryptd: Add software async crypto daemon by Herbert Xu · 17 years ago
  91. a73e699 [CRYPTO] api: Do not remove users unless new algorithm matches by Herbert Xu · 17 years ago
  92. b5b7f08 [CRYPTO] api: Add async blkcipher type by Herbert Xu · 17 years ago
  93. ebc610e [CRYPTO] templates: Pass type/mask when creating instances by Herbert Xu · 18 years ago
  94. 27d2a33 [CRYPTO] api: Allow multiple frontends per backend by Herbert Xu · 17 years ago
  95. 2e306ee [CRYPTO] api: Add type-safe spawns by Herbert Xu · 18 years ago
  96. c494e07 [CRYPTO] lib: table driven multiplications in GF(2^128) by Rik Snel · 18 years ago
  97. aec3694 [CRYPTO] lib: some common 128-bit block operations, nicely centralized by Rik Snel · 18 years ago
  98. 055bcee [CRYPTO] digest: Added user API for new hash type by Herbert Xu · 18 years ago
  99. db131ef [CRYPTO] cipher: Added block ciphers for CBC/ECB by Herbert Xu · 18 years ago
  100. 5cde0af [CRYPTO] cipher: Added block cipher type by Herbert Xu · 18 years ago