1. e6c703f crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails by Eric Biggers · 6 years ago
  2. 8088d3d crypto: skcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  3. 2a57c0b crypto: skcipher - remove unnecessary setting of walk->nbytes by Eric Biggers · 6 years ago
  4. 0567fc9 crypto: skcipher - fix aligning block size in skcipher_copy_iv() by Eric Biggers · 6 years ago
  5. e4e4730 crypto: skcipher - remove the exporting of skcipher_walk_next by Denis Efremov · 6 years ago
  6. f8d33fa crypto: skcipher - prevent using skciphers without setting key by Eric Biggers · 7 years ago
  7. 2b4f27c crypto: skcipher - set walk.iv for zero-length inputs by Eric Biggers · 7 years ago
  8. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  9. c14ca83 crypto: skcipher - Fix skcipher_walk_aead_common by Ondrej Mosnáček · 7 years ago
  10. 0cabf2a crypto: skcipher - Fix crash on zero-length input by Herbert Xu · 7 years ago
  11. 9933e11 crypto: skcipher - Add missing API setkey checks by Herbert Xu · 8 years ago
  12. d8c34b9 crypto: Replaced gcc specific attributes with macros from compiler.h by Gideon Israel Dsouza · 8 years ago
  13. c821f6a crypto: skcipher - introduce walksize attribute for SIMD algos by Ard Biesheuvel · 8 years ago
  14. 18e615a crypto: skcipher - fix crash in virtual walk by Ard Biesheuvel · 8 years ago
  15. 34bc085 crypto: skcipher - Add separate walker for AEAD decryption by Herbert Xu · 8 years ago
  16. 3cbf61f crypto: skcipher - fix crash in skcipher_walk_aead() by Ard Biesheuvel · 8 years ago
  17. b286d8b crypto: skcipher - Add skcipher walk interface by Herbert Xu · 8 years ago
  18. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  19. 4e6c3df crypto: skcipher - Add low-level skcipher interface by Herbert Xu · 8 years ago
  20. 973fb3f crypto: skcipher - Add default key size helper by Herbert Xu · 9 years ago
  21. a1383cd crypto: skcipher - Add crypto_skcipher_has_setkey by Herbert Xu · 9 years ago
  22. ecdd6be crypto: skcipher - blkcipher and ablkcipher should it be static by Geliang Tang · 9 years ago
  23. 7a7ffe6 crypto: skcipher - Add top-level skcipher interface by Herbert Xu · 9 years ago