Re: [PATCH v3 0/4] crypto: qat - fixes to aes xts

2020-07-09 Thread Herbert Xu
On Mon, Jun 29, 2020 at 06:16:16PM +0100, Giovanni Cabiddu wrote: > This series fixes a few issues with the xts(aes) implementation in the > QuickAssist driver: > - Requests that are not multiple of the block size are rejected > - Input key not validated > - xts(aes) requests with key size 192 b

[PATCH v3 0/4] crypto: qat - fixes to aes xts

2020-06-29 Thread Giovanni Cabiddu
This series fixes a few issues with the xts(aes) implementation in the QuickAssist driver: - Requests that are not multiple of the block size are rejected - Input key not validated - xts(aes) requests with key size 192 bits are rejected with -EINVAL Changes from v2: - Patch #4 - removed CRYPTO