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