commit | 9551ea6991cfb7c777f7943ad69b30d0a4fadac3 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sat Jun 21 00:48:09 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 15 12:21:01 2014 +0100 |
tree | 5e606a993d47f2f5444868c70806c721940a6689 | |
parent | 5eba5a6632ff4b0aaa8cb6c806fa95758518a28d [diff] |
target-i386: simplify AES emulation This patch simplifies the AES code, by directly accessing the newly added S-Box, InvS-Box and InvMixColumns tables instead of recreating them by using the AES_Te and AES_Td tables. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>