]> www.infradead.org Git - users/dwmw2/qemu.git/commit
crypto: Create sm4_subword
authorMax Chou <max.chou@sifive.com>
Tue, 11 Jul 2023 16:59:12 +0000 (00:59 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 11 Sep 2023 01:45:55 +0000 (11:45 +1000)
commitf6ef550fe5c915d1d74ce9854280d16a8d71e230
tree893a60f9ab63c9735dd3555cc56a0f43e0b4e313
parent767eb03548f75b1d7c446305dd5bdb074c0b6d8f
crypto: Create sm4_subword

Allows sharing of sm4_subword between different targets.

Signed-off-by: Max Chou <max.chou@sifive.com>
Reviewed-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Chou <max.chou@sifive.com>
Message-ID: <20230711165917.2629866-14-max.chou@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
include/crypto/sm4.h
target/arm/tcg/crypto_helper.c