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