Re: [PATCH 08/17] crypto: Allocate QCryptoCipher with the subclass

2020-08-17 Thread Daniel P . Berrangé
On Wed, Aug 12, 2020 at 08:25:28PM -0700, Richard Henderson wrote: > Merge the allocation of "opaque" into the allocation of "cipher". > This is step one in reducing the indirection in these classes. > > Signed-off-by: Richard Henderson > --- > crypto/afalgpriv.h | 3 ++ > crypto/ciphe

[PATCH 08/17] crypto: Allocate QCryptoCipher with the subclass

2020-08-12 Thread Richard Henderson
Merge the allocation of "opaque" into the allocation of "cipher". This is step one in reducing the indirection in these classes. Signed-off-by: Richard Henderson --- crypto/afalgpriv.h | 3 ++ crypto/cipherpriv.h | 2 +- include/crypto/cipher.h | 1 - crypto/cipher-afalg.