commit | 297b931c2a3cada230d8b84432ee982fc68cf76a | [log] [tgz] |
---|---|---|
author | Andrei Botila <andrei.botila@nxp.com> | Tue Sep 22 19:03:25 2020 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 02 18:02:11 2020 +1000 |
tree | f2a59df04c6b2c07b5f6f54c6061676bbb1486f0 | |
parent | 596efd57cfa1e1bee575e2a2df44fd8ec5e4a42d [diff] |
crypto: caam - add xts check for block length equal to zero XTS should not return succes when dealing with block length equal to zero. This is different than the rest of the skcipher algorithms. Fixes: 31bb2f0da1b50 ("crypto: caam - check zero-length input") Cc: <stable@vger.kernel.org> # v5.4+ Signed-off-by: Andrei Botila <andrei.botila@nxp.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>