]> git.proxmox.com Git - mirror_qemu.git/commit
crypto: Implement aesdec_IMC with AES_imc_rot
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Jun 2023 01:26:20 +0000 (01:26 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 9 Jul 2023 12:48:23 +0000 (13:48 +0100)
commitc10c559bdf31cac58e77b81ac69d579ee92a8c06
tree5e4f7f1353c9246bfb6b35642ddd4534e02728ed
parent66d940e9e7a8b2f5745724f2caa9b675affe1757
crypto: Implement aesdec_IMC with AES_imc_rot

This method uses one uint32_t * 256 table instead of 4,
which means its data cache overhead is less.

Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
crypto/aes.c