Age | Commit message (Expand) | Author | Files | Lines |
2023-09-11 | target/riscv: Use existing lookup tables for MixColumns | Ard Biesheuvel | 1 | -2/+2 |
2023-07-09 | crypto: Unexport AES_*_rot, AES_TeN, AES_TdN | Richard Henderson | 1 | -12/+21 |
2023-07-09 | crypto: Remove AES_imc | Richard Henderson | 1 | -264/+0 |
2023-07-09 | crypto: Implement aesdec_IMC with AES_imc_rot | Richard Henderson | 1 | -21/+21 |
2023-07-09 | crypto: Remove AES_shifts, AES_ishifts | Richard Henderson | 1 | -14/+0 |
2023-07-08 | crypto: Add aesdec_ISB_ISR_AK_IMC | Richard Henderson | 1 | -0/+14 |
2023-07-08 | crypto: Add aesdec_ISB_ISR_IMC_AK | Richard Henderson | 1 | -0/+58 |
2023-07-08 | crypto: Add aesenc_SB_SR_MC_AK | Richard Henderson | 1 | -0/+58 |
2023-07-08 | crypto: Add aesdec_IMC | Richard Henderson | 1 | -0/+59 |
2023-07-08 | crypto: Add aesenc_MC | Richard Henderson | 1 | -0/+61 |
2023-07-08 | crypto: Add aesdec_ISB_ISR_AK | Richard Henderson | 1 | -0/+45 |
2023-07-08 | crypto: Add aesenc_SB_SR_AK | Richard Henderson | 1 | -0/+46 |
2023-07-08 | crypto/aes: Add AES_SH, AES_ISH macros | Richard Henderson | 1 | -2/+14 |
2023-07-08 | target/arm: Move aesmc and aesimc tables to crypto/aes.c | Richard Henderson | 1 | -0/+140 |
2021-01-29 | crypto: Add spaces around operator | shiliyang | 1 | -2/+2 |
2021-01-29 | crypto: Fix some code style problems, add spaces around operator | shiliyang | 1 | -1/+1 |
2020-09-10 | crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c | Richard Henderson | 1 | -51/+0 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-02-05 | crypto: finish removing TABs | Paolo Bonzini | 1 | -207/+207 |
2019-01-11 | remove space-tab sequences | Paolo Bonzini | 1 | -14/+14 |
2016-01-29 | crypto: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange | 1 | -0/+1652 |