Re: [PATCH 15/17] crypto/builtin: Split QCryptoCipherBuiltin into subclasses

2020-08-28 Thread Daniel P . Berrangé
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 >

[PATCH 15/17] crypto/builtin: Split QCryptoCipherBuiltin into subclasses

2020-08-12 Thread 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