On Wed, Aug 12, 2020 at 08:25:35PM -0700, Richard Henderson wrote:
> We had a second set of function pointers in QCryptoCipherBuiltin,
> which are redundant with QCryptoCipherDriver. Split the AES and
> DES implementations to avoid one level of indirection.
>
> Signed-off-by: Richard Henderson
>
We had a second set of function pointers in QCryptoCipherBuiltin,
which are redundant with QCryptoCipherDriver. Split the AES and
DES implementations to avoid one level of indirection.
Signed-off-by: Richard Henderson
---
crypto/cipher-builtin.inc.c | 553 +++-
1