Re: [Qemu-devel] [PATCH] target-i386: simplify AES emulation

2014-06-21 Thread Richard Henderson
On 06/20/2014 03:48 PM, Aurelien Jarno wrote: > 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 Reviewed-by: Richard Henderso

[Qemu-devel] [PATCH] target-i386: simplify AES emulation

2014-06-20 Thread Aurelien Jarno
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 --- target-i386/ops_sse.h | 16 1 file changed, 8 insertions(+), 8