]> git.proxmox.com Git - mirror_qemu.git/commit
crypto: Add aesenc_SB_SR_AK
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Jun 2023 04:57:10 +0000 (21:57 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Jul 2023 06:30:17 +0000 (07:30 +0100)
commit6b0a96ce3a405ef4676e1fa853f2c649dc25c2b4
treed9883fd6861a69f1c87d30459983f14cb0242363
parente20e14d2b15d5ad4fb0a640c95d7c1bc534d9fd7
crypto: Add aesenc_SB_SR_AK

Start adding infrastructure for accelerating guest AES.
Begin with a SubBytes + ShiftRows + AddRoundKey primitive.

Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
crypto/aes.c
host/include/generic/host/crypto/aes-round.h [new file with mode: 0644]
include/crypto/aes-round.h [new file with mode: 0644]