commit | 7f19380b2cfd412dcef2facefb3f6c62788864d7 | [log] [tgz] |
---|---|---|
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | Fri Feb 07 12:02:27 2020 -0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 13 17:05:27 2020 +0800 |
tree | cfbaf70041e790852e01c3a576a9722505cbb7a2 | |
parent | ce163ba0bf298f1707321ac025ef639f88e62801 [diff] |
crypto: qce - handle AES-XTS cases that qce fails QCE hangs when presented with an AES-XTS request whose length is larger than QCE_SECTOR_SIZE (512-bytes), and is not a multiple of it. Let the fallback cipher handle them. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>