[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 22/37] crypto: Add aesenc_SB_SR_MC_AK
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v3 22/37] crypto: Add aesenc_SB_SR_MC_AK |
Date: |
Wed, 21 Jun 2023 17:40:21 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Tue, Jun 20, 2023 at 01:07:43PM +0200, Richard Henderson wrote:
> Add a primitive for SubBytes + ShiftRows + MixColumns + AddRoundKey.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> host/include/generic/host/crypto/aes-round.h | 3 +
> include/crypto/aes-round.h | 21 +++++++
> crypto/aes.c | 58 ++++++++++++++++++++
> 3 files changed, 82 insertions(+)
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 16/37] crypto: Add aesenc_MC, (continued)
- [PATCH v3 16/37] crypto: Add aesenc_MC, Richard Henderson, 2023/06/20
- [PATCH v3 14/37] target/ppc: Use aesdec_ISB_ISR_AK, Richard Henderson, 2023/06/20
- [PATCH v3 18/37] crypto: Add aesdec_IMC, Richard Henderson, 2023/06/20
- [PATCH v3 19/37] target/i386: Use aesdec_IMC, Richard Henderson, 2023/06/20
- [PATCH v3 17/37] target/arm: Use aesenc_MC, Richard Henderson, 2023/06/20
- [PATCH v3 21/37] target/riscv: Use aesdec_IMC, Richard Henderson, 2023/06/20
- [PATCH v3 20/37] target/arm: Use aesdec_IMC, Richard Henderson, 2023/06/20
- [PATCH v3 22/37] crypto: Add aesenc_SB_SR_MC_AK, Richard Henderson, 2023/06/20
- Re: [PATCH v3 22/37] crypto: Add aesenc_SB_SR_MC_AK,
Daniel P . Berrangé <=
- [PATCH v3 24/37] target/ppc: Use aesenc_SB_SR_MC_AK, Richard Henderson, 2023/06/20
- [PATCH v3 23/37] target/i386: Use aesenc_SB_SR_MC_AK, Richard Henderson, 2023/06/20
- [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