1. c93c7dc crypto: Add spaces around operator by shiliyang · 4 years, 4 months ago
  2. 8573431 crypto: Fix some code style problems, add spaces around operator by shiliyang · 4 years, 3 months ago
  3. a2d76b6 crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c by Richard Henderson · 4 years, 6 months ago
  4. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  5. 2f9f96b crypto: finish removing TABs by Paolo Bonzini · 6 years ago
  6. 72e21db remove space-tab sequences by Paolo Bonzini · 6 years ago
  7. 42f7a44 crypto: Clean up includes by Peter Maydell · 9 years ago
  8. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago[Renamed (99%) from util/aes.c]
  9. a50c7c8 aes: remove a dead return statement by Paolo Bonzini · 10 years ago
  10. bfd8f5b util: Add InvMixColumns by Tom Musta · 11 years ago
  11. 1c1a6d2 util: Add AES ShiftRows and InvShiftRows Tables by Tom Musta · 11 years ago
  12. 40c84b5 util: Add S-Box and InvS-Box Arrays to Common AES Utils by Tom Musta · 11 years ago
  13. 9220eee aes: Remove unused code (NDEBUG, u16) by Stefan Weil · 12 years ago
  14. 5d6f5cd aes: make Td[0-5] and Te[0-5] tables non static by Aurelien Jarno · 12 years ago
  15. 753d9b8 aes: move aes.h from include/block to include/qemu by Aurelien Jarno · 12 years ago
  16. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from aes.c]
  17. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  18. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  19. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  20. 69b3497 Fix miscellaneous minor things, by Andre Przywara. by ths · 17 years ago
  21. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  22. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  23. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  24. e4d4fe3 AES crypto support by bellard · 21 years ago