]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: qat - allow xts requests not multiple of block
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Mon, 29 Jun 2020 17:16:17 +0000 (18:16 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 9 Jul 2020 08:25:14 +0000 (18:25 +1000)
commitfd6629129c3baff477926a44811ff8c00e11ce9e
tree872d2362f32192b00edf09454c3c4910279e53dc
parent54f06f9058cfc332f88b03307494204859f5ba6e
crypto: qat - allow xts requests not multiple of block

Allow AES-XTS requests that are not multiple of the block size.
If a request is smaller than the block size, return -EINVAL.

This fixes the following issue reported by the crypto testmgr self-test:

  alg: skcipher: qat_aes_xts encryption failed on test vector "random: len=116 klen=64"; expected_error=0, actual_error=-22, cfg="random: inplace may_sleep use_finup src_divs=[<reimport>45.85%@+4077, <flush>54.15%@alignmask+18]"

Fixes: 1e9c956075a5 ("crypto: qat - return error for block...")
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/qat_common/qat_algs.c