aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes.c
AgeCommit message (Expand)Author
2023-09-11target/riscv: Use existing lookup tables for MixColumnsArd Biesheuvel
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson
2023-07-09crypto: Remove AES_imcRichard Henderson
2023-07-09crypto: Implement aesdec_IMC with AES_imc_rotRichard Henderson
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08crypto: Add aesdec_IMCRichard Henderson
2023-07-08crypto: Add aesenc_MCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson
2023-07-08crypto/aes: Add AES_SH, AES_ISH macrosRichard Henderson
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson
2021-01-29crypto: Add spaces around operatorshiliyang
2021-01-29crypto: Fix some code style problems, add spaces around operatorshiliyang
2020-09-10crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-02-05crypto: finish removing TABsPaolo Bonzini
2019-01-11remove space-tab sequencesPaolo Bonzini
2016-01-29crypto: Clean up includesPeter Maydell
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange