1. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  2. dd3240a crypto: skcipher - drop duplicated word in kernel-doc by Randy Dunlap · 4 years, 6 months ago
  3. 7bada03 crypto: skcipher - add crypto_skcipher_min_keysize() by Eric Biggers · 5 years ago
  4. 7e1c109 crypto: skcipher - remove crypto_skcipher::decrypt by Eric Biggers · 5 years ago
  5. 848755e crypto: skcipher - remove crypto_skcipher::encrypt by Eric Biggers · 5 years ago
  6. 15252d9 crypto: skcipher - remove crypto_skcipher::setkey by Eric Biggers · 5 years ago
  7. 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago
  8. 140734d crypto: skcipher - remove crypto_skcipher::ivsize by Eric Biggers · 5 years ago
  9. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  10. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  11. d3ca75a crypto: skcipher - unify the crypto_has_skcipher*() functions by Eric Biggers · 5 years ago
  12. 5b0fe95 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  13. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  14. 314d0f0 crypto: skcipher - make chunksize and walksize accessors internal by Eric Biggers · 6 years ago
  15. 81bcbb1 crypto: skcipher - un-inline encrypt and decrypt functions by Eric Biggers · 6 years ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  18. f7d76e0 crypto: user - fix use_after_free of struct xxx_request by Corentin Labbe · 6 years ago
  19. 6e8e72c crypto: user - convert all stats from u32 to u64 by Corentin Labbe · 6 years ago
  20. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  21. a9cbfe4 crypto: skcipher - Remove SKCIPHER_REQUEST_ON_STACK() by Kees Cook · 6 years ago
  22. b350bee crypto: skcipher - Introduce crypto_sync_skcipher by Kees Cook · 6 years ago
  23. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  24. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  25. 0184cfe crypto: doc - fix source comments for Sphinx by Stephan Mueller · 8 years ago
  26. 5c56233 crypto: skcipher - Add comment for skcipher_alg->base by Herbert Xu · 9 years ago
  27. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 9 years ago
  28. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 9 years ago
  29. 6eae29e crypto: doc - document correct return value for request allocation by Eric Biggers · 9 years ago
  30. 92b3cad crypto: skcipher - Fix driver name helper by Herbert Xu · 9 years ago
  31. a2d382a crypto: skcipher - Add helper to retrieve driver name by Herbert Xu · 9 years ago
  32. 1aaa753 crypto: skcipher - Add helper to zero stack request by Herbert Xu · 9 years ago
  33. 973fb3f crypto: skcipher - Add default key size helper by Herbert Xu · 9 years ago
  34. a1383cd crypto: skcipher - Add crypto_skcipher_has_setkey by Herbert Xu · 9 years ago
  35. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago
  36. 3e3dc25 crypto: Resolve shadow warnings by Mark Rustad · 10 years ago
  37. 03bf712 [CRYPTO] skcipher: Add top-level givencrypt/givdecrypt calls by Herbert Xu · 17 years ago
  38. 61da88e [CRYPTO] skcipher: Add givcrypt operations and givcipher type by Herbert Xu · 17 years ago