]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use aesdec_IMC
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 09:07:44 +0000 (02:07 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 9 Jul 2023 12:47:05 +0000 (13:47 +0100)
commitbdb01515ed9b3e3b3359298242127924cdb7c702
tree6e2a05b14af97b33ca01f46a38c24d624c997974
parent8b103ed70e74baab2803a46ca1ccf52853eadf68
target/arm: Use aesdec_IMC

This implements the AESIMC instruction.  We have converted everything
to crypto/aes-round.h; crypto/aes.h is no longer needed.

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