Re: [PATCH 11/17] crypto/builtin: Remove odd-sized AES block handling

2020-08-17 Thread Daniel P . Berrangé
On Wed, Aug 12, 2020 at 08:25:31PM -0700, Richard Henderson wrote: > We verified that the data block is properly sized modulo > AES_BLOCK_SIZE within qcrypto_builtin_cipher_{en,de}crypt. > Therefore we will never have to handle odd sized blocks. > > Signed-off-by: Richard Henderson > --- > crypt

[PATCH 11/17] crypto/builtin: Remove odd-sized AES block handling

2020-08-12 Thread Richard Henderson
We verified that the data block is properly sized modulo AES_BLOCK_SIZE within qcrypto_builtin_cipher_{en,de}crypt. Therefore we will never have to handle odd sized blocks. Signed-off-by: Richard Henderson --- crypto/cipher-builtin.inc.c | 40 +++-- 1 file changed