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