commit | 04af534d55f23a024cb21864b073bd6d1da7dcf6 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Thu Mar 13 09:13:28 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:33 2014 +0200 |
tree | 54dbf1e8a6ea483a6220d2d51fc098e8b87ecf44 | |
parent | bfd8f5b754318a933e052374c3c17d314bd9927c [diff] |
target-i386: Use Common ShiftRows and InvShiftRows Tables This patch eliminates the (now) redundant copy of the Advanced Encryption Standard (AES) ShiftRows and InvShiftRows tables; the code is updated to use the common tables declared in include/qemu/aes.h. Signed-off-by: Tom Musta <tommusta@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Alexander Graf <agraf@suse.de>