1. 7bcb2c9 crypto: algapi - use common mechanism for inheriting flags by Eric Biggers · 4 years, 6 months ago
  2. a39c66c crypto: shash - convert shash_free_instance() to new style by Eric Biggers · 5 years ago
  3. 39e7a28 crypto: hmac - use crypto_grab_shash() and simplify error paths by Eric Biggers · 5 years ago
  4. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  5. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  6. ae87660 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  8. 7829a0c crypto: hmac - fix memory leak in hmac_init_tfm() by Eric Biggers · 6 years ago
  9. e135440 crypto: hash - fix incorrect HASH_MAX_DESCSIZE by Eric Biggers · 6 years ago
  10. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  11. c4741b2 crypto: run initcalls for generic implementations earlier by Eric Biggers · 6 years ago
  12. af3ff80 crypto: hmac - require that the underlying hash algorithm is unkeyed by Eric Biggers · 7 years ago
  13. 03d7db5 crypto: hmac - add hmac IPAD/OPAD constant by Corentin LABBE · 8 years ago
  14. 4943ba1 crypto: include crypto- module prefix in template by Kees Cook · 10 years ago
  15. ffb32e9 crypto: LLVMLinux: Remove VLAIS usage from crypto/hmac.c by Jan-Simon Möller · 12 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  17. 0b767b4 crypto: hmac - Prehash ipad/opad by Herbert Xu · 15 years ago
  18. 3b3fc32 crypto: hmac - Fix incorrect error value when creating instance by Herbert Xu · 15 years ago
  19. 8bd1209 crypto: hmac - Switch to shash by Herbert Xu · 15 years ago
  20. 5f7082e crypto: hash - Export shash through hash by Herbert Xu · 16 years ago
  21. ca786dc crypto: hash - Fixed digest size check by Herbert Xu · 16 years ago
  22. 67412f0 [CRYPTO] hmac: Avoid calling virt_to_page on key by Herbert Xu · 17 years ago
  23. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  24. b2ab4a5 [CRYPTO] scatterwalk: Restore custom sg chaining for now by Herbert Xu · 17 years ago
  25. 468577a [CRYPTO] scatterwalk: Use generic scatterlist chaining by Herbert Xu · 17 years ago
  26. a676772 [CRYPTO]: HMAC needs some more scatterlist fixups. by David S. Miller · 17 years ago
  27. 41fb285 [CRYPTO]: Fix hmac_digest from the SG breakage. by Vlad Yasevich · 17 years ago
  28. 642f14903 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  29. 78c2f0b [SG] Update crypto/ to sg helpers by Jens Axboe · 17 years ago
  30. ebc610e [CRYPTO] templates: Pass type/mask when creating instances by Herbert Xu · 18 years ago
  31. 2e306ee [CRYPTO] api: Add type-safe spawns by Herbert Xu · 18 years ago
  32. 73af07d [CRYPTO] hmac: Fix error truncation by unlikely() by Herbert Xu · 18 years ago
  33. 5f77043 [CRYPTO] hmac: Fix hmac_init update call by Herbert Xu · 18 years ago
  34. 8425165 [CRYPTO] digest: Remove old HMAC implementation by Herbert Xu · 18 years ago
  35. 0796ae0 [CRYPTO] hmac: Add crypto template implementation by Herbert Xu · 18 years ago
  36. 055bcee [CRYPTO] digest: Added user API for new hash type by Herbert Xu · 18 years ago
  37. 378f058 [PATCH] Use sg_set_buf/sg_init_one where applicable by David Hardeman · 19 years ago
  38. 8279dd7 [CRYPTO] Don't check for NULL before kfree() by Jesper Juhl · 19 years ago
  39. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago