[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRo
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows |
Date: |
Mon, 19 Jun 2023 16:41:42 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Thu, Jun 08, 2023 at 07:23:28PM -0700, Richard Henderson wrote:
> These symbols will avoid the indirection through memory
> when fully unrolling some new primitives.
>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> crypto/aes.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 48 insertions(+), 2 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 00/38] crypto: Provide aes-round.h and host accel, 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 02/38] util: Add cpuinfo-ppc.c, Richard Henderson, 2023/06/08
- [PATCH v2 05/38] crypto/aes: Add constants for ShiftRows, InvShiftRows, 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
- [PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK, Richard Henderson, 2023/06/08
- [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK, Richard Henderson, 2023/06/08