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

2023-07-08 Thread Philippe Mathieu-Daudé
On 3/7/23 12:04, 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. Changes for v4: * Fix typo in AESState (Max Chou) * Define AES_SH/ISH as macros (Ard Biesheuv

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

2023-07-07 Thread Daniel Henrique Barboza
Richard, On 7/3/23 07:04, 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. Changes for v4: * Fix typo in AESState (Max Chou) * Define AES_SH/ISH as macros (Ar

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

2023-07-03 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 v4: * Fix typo in AESState (Max Chou) * Define AES_SH/ISH as macros (Ard Biesheuvel) * Group patches by subsystem. Patches l