[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 31/37] crypto: Remove AES_shifts, AES_ishifts
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v3 31/37] crypto: Remove AES_shifts, AES_ishifts |
Date: |
Wed, 21 Jun 2023 17:41:50 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Tue, Jun 20, 2023 at 01:07:52PM +0200, Richard Henderson wrote:
> These arrays are no longer used, replaced by AES_SH_*, AES_ISH_*.
>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> include/crypto/aes.h | 4 ----
> crypto/aes.c | 14 --------------
> 2 files changed, 18 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 v3 25/37] target/riscv: Use aesenc_SB_SR_MC_AK, (continued)
- [PATCH v3 25/37] target/riscv: Use aesenc_SB_SR_MC_AK, Richard Henderson, 2023/06/20
- [PATCH v3 28/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK, Richard Henderson, 2023/06/20
- [PATCH v3 32/37] crypto: Implement aesdec_IMC with AES_imc_rot, Richard Henderson, 2023/06/20
- [PATCH v3 27/37] target/i386: Use aesdec_ISB_ISR_IMC_AK, Richard Henderson, 2023/06/20
- [PATCH v3 26/37] crypto: Add aesdec_ISB_ISR_IMC_AK, Richard Henderson, 2023/06/20
- [PATCH v3 29/37] crypto: Add aesdec_ISB_ISR_AK_IMC, Richard Henderson, 2023/06/20
- [PATCH v3 31/37] crypto: Remove AES_shifts, AES_ishifts, Richard Henderson, 2023/06/20
- Re: [PATCH v3 31/37] crypto: Remove AES_shifts, AES_ishifts,
Daniel P . Berrangé <=
- [PATCH v3 33/37] crypto: Remove AES_imc, Richard Henderson, 2023/06/20
- [PATCH v3 30/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC, Richard Henderson, 2023/06/20
- [PATCH v3 34/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN, Richard Henderson, 2023/06/20
- [PATCH v3 36/37] host/include/aarch64: Implement aes-round.h, Richard Henderson, 2023/06/20
- [PATCH v3 35/37] host/include/i386: Implement aes-round.h, Richard Henderson, 2023/06/20
- [PATCH v3 37/37] host/include/ppc: Implement aes-round.h, Richard Henderson, 2023/06/20
- Re: [PATCH v3 00/37] crypto: Provide aes-round.h and host accel, Richard Henderson, 2023/06/22