[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c |
Date: |
Mon, 19 Jun 2023 17:49:48 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
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é <philmd@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> include/crypto/aes.h | 6 ++
> crypto/aes.c | 140 ++++++++++++++++++++++++++++++++
> target/arm/tcg/crypto_helper.c | 143 ++-------------------------------
> 3 files changed, 151 insertions(+), 138 deletions(-)
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 02/38] util: Add cpuinfo-ppc.c, (continued)
- [PATCH v2 02/38] util: Add cpuinfo-ppc.c, Richard Henderson, 2023/06/08
- [PATCH v2 01/38] tcg/ppc: Define _CALL_AIX for clang on ppc64(be), Richard Henderson, 2023/06/08
- [PATCH v2 03/38] tests/multiarch: Add test-aes, Richard Henderson, 2023/06/08
- [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c, Richard Henderson, 2023/06/08
- Re: [PATCH v2 04/38] target/arm: Move aesmc and aesimc tables to crypto/aes.c,
Daniel P . Berrangé <=
- [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK, Richard Henderson, 2023/06/08
- [PATCH v2 10/38] target/ppc: Use aesenc_SB_SR_AK, Richard Henderson, 2023/06/08
- [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows, Richard Henderson, 2023/06/08