qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 05/37] crypto: Add aesenc_SB_SR_AK


From: Daniel P . Berrangé
Subject: Re: [PATCH v3 05/37] crypto: Add aesenc_SB_SR_AK
Date: Wed, 21 Jun 2023 17:38:12 +0100
User-agent: Mutt/2.2.9 (2022-11-12)

On Tue, Jun 20, 2023 at 01:07:26PM +0200, Richard Henderson wrote:
> Start adding infrastructure for accelerating guest AES.
> Begin with a SubBytes + ShiftRows + AddRoundKey primitive.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  MAINTAINERS                                  |  1 +
>  host/include/generic/host/crypto/aes-round.h | 16 +++++++
>  include/crypto/aes-round.h                   | 44 +++++++++++++++++++
>  crypto/aes.c                                 | 46 ++++++++++++++++++++
>  4 files changed, 107 insertions(+)
>  create mode 100644 host/include/generic/host/crypto/aes-round.h
>  create mode 100644 include/crypto/aes-round.h

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 :|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]