qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v6 05/14] crypto: move sm4_sbox from target/arm


From: Richard Henderson
Subject: Re: [PATCH v6 05/14] crypto: move sm4_sbox from target/arm
Date: Sun, 27 Feb 2022 08:51:21 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/27/22 04:25, Weiwei Li wrote:
    - share it between target/arm and target/riscv

Signed-off-by: Weiwei Li<liweiwei@iscas.ac.cn>
Signed-off-by: Junqiang Wang<wangjunqiang@iscas.ac.cn>
Reviewed-by: Philippe Mathieu-Daudé<philmd@redhat.com>
Reviewed-by: Alistair Francis<alistair.francis@wdc.com>
---
  crypto/meson.build         |  1 +
  crypto/sm4.c               | 49 ++++++++++++++++++++++++++++++++++++++
  include/crypto/sm4.h       |  6 +++++
  target/arm/crypto_helper.c | 36 +---------------------------
  4 files changed, 57 insertions(+), 35 deletions(-)
  create mode 100644 crypto/sm4.c
  create mode 100644 include/crypto/sm4.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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