1. aacd5b4 crypto: skcipher - use crypto_grab_cipher() and simplify error paths by Eric Biggers · 5 years ago
  2. b9f76dd crypto: skcipher - pass instance to crypto_grab_skcipher() by Eric Biggers · 5 years ago
  3. 70ffa8f crypto: skcipher - remove skcipher_walk_aead() by Eric Biggers · 5 years ago
  4. b3c16bf crypto: skcipher - Add skcipher_ialg_simple helper by Herbert Xu · 5 years ago
  5. d63007e crypto: ablkcipher - remove deprecated and unused ablkcipher support by Ard Biesheuvel · 5 years ago
  6. c65058b crypto: skcipher - remove the "blkcipher" algorithm type by Eric Biggers · 5 years ago
  7. 5b0fe95 crypto: algif_skcipher - Use chunksize instead of blocksize by Herbert Xu · 5 years ago
  8. 6017826 crypto: skcipher - add the ability to abort a skcipher walk by Ard Biesheuvel · 5 years ago
  9. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  10. 314d0f0 crypto: skcipher - make chunksize and walksize accessors internal by Eric Biggers · 6 years ago
  11. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  12. 0872da1 crypto: skcipher - add helper for simple block cipher modes by Eric Biggers · 6 years ago
  13. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  14. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  15. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  16. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  17. 60425a8 crypto: skcipher - Get rid of crypto_spawn_skcipher2() by Eric Biggers · 8 years ago
  18. a35528e crypto: skcipher - Get rid of crypto_grab_skcipher2() by Eric Biggers · 8 years ago
  19. afb5a0a crypto: skcipher - Remove unused crypto_lookup_skcipher() declaration by Eric Biggers · 8 years ago
  20. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  21. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 8 years ago
  22. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago
  23. d656c18 crypto: skcipher - Don't use __crypto_dequeue_request() by Marek Vasut · 11 years ago
  24. 1e12299 crypto: user - Fix lookup of algorithms with IV generator by Steffen Klassert · 13 years ago
  25. 0c7d400 crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test by Herbert Xu · 15 years ago
  26. 5be5e66 crypto: skcipher - Move IV generators into their own modules by Herbert Xu · 16 years ago
  27. f13ba2f [CRYPTO] skcipher: Fix section mismatches by Herbert Xu · 17 years ago
  28. 76fc60a [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module by Herbert Xu · 17 years ago
  29. e7cd251 [CRYPTO] chainiv: Avoid lock spinning where possible by Herbert Xu · 17 years ago
  30. 3631c65 [CRYPTO] null: Add null blkcipher algorithm by Herbert Xu · 17 years ago
  31. b9c55aa [CRYPTO] skcipher: Create default givcipher instances by Herbert Xu · 17 years ago
  32. 15c6728 [CRYPTO] skcipher: Added skcipher_givcrypt_complete by Herbert Xu · 17 years ago
  33. ecfc432 [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free by Herbert Xu · 17 years ago
  34. 61da88e [CRYPTO] skcipher: Add givcrypt operations and givcipher type by Herbert Xu · 17 years ago
  35. 378f4f5 [CRYPTO] skcipher: Add crypto_grab_skcipher interface by Herbert Xu · 17 years ago