1. 5810485 crypto: skcipher - Fix -Wstringop-truncation warnings by Stafford Horne · 6 years ago
  2. b7c2b69 crypto: ablkcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  3. 3a01d0e crypto: skcipher - Remove top-level givcipher interface by Herbert Xu · 8 years ago
  4. 88aff46 crypto: skcipher - remove unused header cpumask.h by Geliang Tang · 8 years ago
  5. 70d906b crypto: skcipher - Copy iv from desc even for 0-len walks by Jason A. Donenfeld · 8 years ago
  6. 3fc89ad crypto: api - Only abort operations on fatal signal by Herbert Xu · 9 years ago
  7. 21dbd96 crypto: skcipher - Allow givencrypt to be NULL by Herbert Xu · 9 years ago
  8. 56e3437 crypto: skcipher - Use tmpl->create by Herbert Xu · 9 years ago
  9. 2673953 crypto: skcipher - Fix corner case in crypto_lookup_skcipher by Herbert Xu · 9 years ago
  10. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 9 years ago
  11. a861afb crypto: ablkcipher - fixed style errors in ablkcipher.c by Joshua I. James · 9 years ago
  12. f3d53ed crypto: skcipher - Use eseqiv even on UP machines by Herbert Xu · 11 years ago
  13. 9a5467b crypto: user - fix info leaks in report API by Mathias Krause · 11 years ago
  14. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  15. 6662df3 crypto: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  16. 1e12299 crypto: user - Fix lookup of algorithms with IV generator by Steffen Klassert · 12 years ago
  17. 3acc847 crypto: algapi - Fix build problem with NET disabled by Herbert Xu · 13 years ago
  18. 3e29c10 crypto: Add userspace report for givcipher type algorithms by Steffen Klassert · 13 years ago
  19. 29ffc87 crypto: Add userspace report for ablkcipher type algorithms by Steffen Klassert · 13 years ago
  20. 33c7c0f crypto: skcipher - remove redundant NULL check by Davidlohr Bueso · 13 years ago
  21. 2716fbf crypto: skcipher - avoid NULL dereference by Jiri Slaby · 14 years ago
  22. bf06099 crypto: skcipher - Add ablkcipher_walk interfaces by David S. Miller · 14 years ago
  23. c4ede64 crypto: ablkcipher - Fix checkpatch errors by Richard Hartmann · 14 years ago
  24. 63b5ac2 crypto: blkcipher - Do not use eseqiv on stream ciphers by Herbert Xu · 15 years ago
  25. 0b67fb6 crypto: skcipher - Change default sync geniv on SMP to eseqiv by Herbert Xu · 15 years ago
  26. 435578a crypto: skcipher - Fix request for sync algorithms by Herbert Xu · 15 years ago
  27. b170a13 crypto: skcipher - Avoid infinite loop when cipher fails selftest by Herbert Xu · 15 years ago
  28. 76fc60a [CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module by Herbert Xu · 16 years ago
  29. 189ed66 [CRYPTO] api: Show async type by Herbert Xu · 16 years ago
  30. b9c55aa [CRYPTO] skcipher: Create default givcipher instances by Herbert Xu · 16 years ago
  31. ecfc432 [CRYPTO] skcipher: Add skcipher_geniv_alloc/skcipher_geniv_free by Herbert Xu · 16 years ago
  32. 23508e1 [CRYPTO] skcipher: Added geniv field by Herbert Xu · 16 years ago
  33. 61da88e [CRYPTO] skcipher: Add givcrypt operations and givcipher type by Herbert Xu · 16 years ago
  34. 378f4f5 [CRYPTO] skcipher: Add crypto_grab_skcipher interface by Herbert Xu · 16 years ago
  35. 2de98e7 [CRYPTO] ablkcipher: Remove queue pointer from common alg object by Herbert Xu · 17 years ago
  36. 791b4d5 [CRYPTO] api: Add missing headers for setkey_unaligned by Herbert Xu · 17 years ago
  37. 0681717 [CRYPTO] api: fix writting into unallocated memory in setkey_aligned by Sebastian Siewior · 17 years ago
  38. e559e91 [CRYPTO] api: Allow ablkcipher with no queues by Sebastian Siewior · 17 years ago
  39. ca7c393 [CRYPTO] api: Handle unaligned keys in setkey by Sebastian Siewior · 17 years ago
  40. b5b7f08 [CRYPTO] api: Add async blkcipher type by Herbert Xu · 17 years ago