Re: [PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK

2023-07-08 Thread Philippe Mathieu-Daudé
On 3/7/23 12:05, Richard Henderson wrote: This implements the AES64DSM instruction. This was the last use of aes64_operation and its support macros, so remove them all. Signed-off-by: Richard Henderson --- target/riscv/crypto_helper.c | 101 --- 1 file change

[PATCH v4 33/37] target/riscv: Use aesdec_ISB_ISR_IMC_AK

2023-07-03 Thread Richard Henderson
This implements the AES64DSM instruction. This was the last use of aes64_operation and its support macros, so remove them all. Signed-off-by: Richard Henderson --- target/riscv/crypto_helper.c | 101 --- 1 file changed, 10 insertions(+), 91 deletions(-) diff --g