qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK


From: Richard Henderson
Subject: Re: [PATCH v2 06/38] crypto: Add aesenc_SB_SR_AK
Date: Mon, 19 Jun 2023 19:05:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/19/23 18:56, Daniel P. Berrangé wrote:
On Thu, Jun 08, 2023 at 07:23:29PM -0700, 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>
---
  host/include/generic/host/aes-round.h | 16 ++++++++++
  include/crypto/aes-round.h            | 44 +++++++++++++++++++++++++++
  crypto/aes.c                          | 44 +++++++++++++++++++++++++++
  3 files changed, 104 insertions(+)
  create mode 100644 host/include/generic/host/aes-round.h
  create mode 100644 include/crypto/aes-round.h

diff --git a/host/include/generic/host/aes-round.h 
b/host/include/generic/host/aes-round.h
new file mode 100644
index 0000000000..19c8505e2b
--- /dev/null
+++ b/host/include/generic/host/aes-round.h

Could we put these files under a 'crypto/' subdirectory eg

   host/include/generic/host/crypto/aes-round.h

and then add

   host/include/*/host/crypto

to MAINTAINERS for 'crypto'.

Certainly.


r~



reply via email to

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