Re: [PATCH v3 00/37] crypto: Provide aes-round.h and host accel

2023-06-21 Thread Richard Henderson
On 6/20/23 13:07, Richard Henderson wrote: Patches missing r-b: 08-target-arm-Use-aesenc_SB_SR_AK.patch 10-target-riscv-Use-aesenc_SB_SR_AK.patch 13-target-arm-Use-aesdec_ISB_ISR_AK.patch 15-target-riscv-Use-aesdec_ISB_ISR_AK.patch 17-target-arm-Use-aesenc_MC.patch 19-target-i38

[PATCH v3 00/37] crypto: Provide aes-round.h and host accel

2023-06-20 Thread Richard Henderson
Inspired by Ard Biesheuvel's RFC patches for accelerating AES under emulation, provide a set of primitives that maps between the guest and host fragments. Changes for v3: * Move host/include/*/{,crypto/}aes-round.h. * Add some r-b. Patches missing r-b: 02-tests-multiarch-Add-test-aes.patch