]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: Use aesenc_SB_SR_AK
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 06:22:20 +0000 (23:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 9 Jul 2023 12:47:11 +0000 (13:47 +0100)
commitcad26538e8579bb7f4bc6374e4b4155151bc2598
tree07b027f2f4df372287411f6a91be00483bd80a97
parentbdb01515ed9b3e3b3359298242127924cdb7c702
target/riscv: Use aesenc_SB_SR_AK

This implements the AES64ES instruction.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/crypto_helper.c