Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into staging
crypto: Provide aes-round.h and host accel # -----BEGIN PGP SIGNATURE----- # # iQFRBAABCgA7FiEEekgeeIaLTbaoWgXAZN846K9+IV8FAmSqvGodHHJpY2hhcmQu # aGVuZGVyc29uQGxpbmFyby5vcmcACgkQZN846K9+IV+1bgf9EG57jfnCQLCfMQ6C # 0bQ0MaeAkGg+7+mUwyi3OPB1VO0yjEKv5pWEnolzrGud35P0KsyoO+msqGqxnbMv # IbhPkQZbmfMsGFPG1DbswjiwmQU5cV+ciONDM+C+qepnuUN+JrzIDHoEFzQRFoQo # eQL/LnuyUkYBvR7YCKNJxFHtwILKcYQPH4jiC6a92C11AzYjDfilSxnuQ2RwL3Tn # Zwf8TKJP5QGExvUdtm8f6xJ1LT7WAvsk9ZTwudE/+XRTnw8RWk6RmZSEQPx+cBdI # p3opaoxkkMrdmcaXbr+9eSfBGq2gsVkKYPiyTDuwVW26575Nob9ZmodT3oSBNlkC # +njd4w== # =Nf5i # -----END PGP SIGNATURE----- # gpg: Signature made Sun 09 Jul 2023 02:55:54 PM BST # gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F # gpg: issuer "richard.henderson@linaro.org" # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [ultimate] * tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu : (37 commits) crypto: Unexport AES_*_rot, AES_TeN, AES_TdN crypto: Remove AES_imc crypto: Implement aesdec_IMC with AES_imc_rot crypto: Remove AES_shifts, AES_ishifts target/riscv: Use aesdec_ISB_ISR_IMC_AK target/riscv: Use aesenc_SB_SR_MC_AK target/riscv: Use aesdec_IMC target/riscv: Use aesdec_ISB_ISR_AK target/riscv: Use aesenc_SB_SR_AK target/arm: Use aesdec_IMC target/arm: Use aesenc_MC target/arm: Use aesdec_ISB_ISR_AK target/arm: Use aesenc_SB_SR_AK target/arm: Demultiplex AESE and AESMC target/i386: Use aesdec_ISB_ISR_IMC_AK target/i386: Use aesenc_SB_SR_MC_AK target/i386: Use aesdec_IMC target/i386: Use aesdec_ISB_ISR_AK target/i386: Use aesenc_SB_SR_AK target/ppc: Use aesdec_ISB_ISR_AK_IMC ... Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- crypto/aes.c 501 additions, 277 deletionscrypto/aes.c
- host/include/aarch64/host/cpuinfo.h 1 addition, 0 deletionshost/include/aarch64/host/cpuinfo.h
- host/include/aarch64/host/crypto/aes-round.h 205 additions, 0 deletionshost/include/aarch64/host/crypto/aes-round.h
- host/include/generic/host/crypto/aes-round.h 33 additions, 0 deletionshost/include/generic/host/crypto/aes-round.h
- host/include/i386/host/cpuinfo.h 1 addition, 0 deletionshost/include/i386/host/cpuinfo.h
- host/include/i386/host/crypto/aes-round.h 152 additions, 0 deletionshost/include/i386/host/crypto/aes-round.h
- host/include/ppc/host/cpuinfo.h 30 additions, 0 deletionshost/include/ppc/host/cpuinfo.h
- host/include/ppc/host/crypto/aes-round.h 182 additions, 0 deletionshost/include/ppc/host/crypto/aes-round.h
- host/include/ppc64/host/cpuinfo.h 1 addition, 0 deletionshost/include/ppc64/host/cpuinfo.h
- host/include/ppc64/host/crypto/aes-round.h 1 addition, 0 deletionshost/include/ppc64/host/crypto/aes-round.h
- host/include/x86_64/host/crypto/aes-round.h 1 addition, 0 deletionshost/include/x86_64/host/crypto/aes-round.h
- include/crypto/aes-round.h 164 additions, 0 deletionsinclude/crypto/aes-round.h
- include/crypto/aes.h 0 additions, 30 deletionsinclude/crypto/aes.h
- meson.build 9 additions, 0 deletionsmeson.build
- target/arm/helper.h 2 additions, 0 deletionstarget/arm/helper.h
- target/arm/tcg/crypto_helper.c 78 additions, 171 deletionstarget/arm/tcg/crypto_helper.c
- target/arm/tcg/sve.decode 2 additions, 2 deletionstarget/arm/tcg/sve.decode
- target/arm/tcg/translate-a64.c 4 additions, 9 deletionstarget/arm/tcg/translate-a64.c
- target/arm/tcg/translate-neon.c 2 additions, 2 deletionstarget/arm/tcg/translate-neon.c
Loading
Please register or sign in to comment