Re: [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c

2023-06-19 Thread Daniel P . Berrangé
On Thu, Jun 08, 2023 at 07:23:27PM -0700, Richard Henderson wrote: > We do not currently have a table in crypto/ for just MixColumns. > Move both tables for consistency. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > include/crypto/aes.h | 6 ++ >

[PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c

2023-06-08 Thread Richard Henderson
We do not currently have a table in crypto/ for just MixColumns. Move both tables for consistency. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/crypto/aes.h | 6 ++ crypto/aes.c | 140