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

2023-06-04 Thread Ard Biesheuvel
On Sat, 3 Jun 2023 at 15:23, Ard Biesheuvel wrote: > > On Sat, 3 Jun 2023 at 04:34, Richard Henderson > wrote: > > > > 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. > > > > There i

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

2023-06-03 Thread Ard Biesheuvel
On Sat, 3 Jun 2023 at 04:34, Richard Henderson wrote: > > 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. > > There is a small guest correctness test case. > > I think the end result is q

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

2023-06-02 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. There is a small guest correctness test case. I think the end result is quite a bit cleaner, since the logic is now centralized, rather than s