commit | 8083b1bf8163e7ae7d8c90f221106d96450b8aa8 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Fri Aug 09 20:14:57 2019 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 15 21:52:14 2019 +1000 |
tree | c9f45ebd58eb3c5382f975b8422da3e2a0f927f8 | |
parent | a62084d299d950f2ad0649caf9a9b9a431346996 [diff] |
crypto: xts - add support for ciphertext stealing Add support for the missing ciphertext stealing part of the XTS-AES specification, which permits inputs of any size >= the block size. Cc: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Cc: Ondrej Mosnacek <omosnace@redhat.com> Tested-by: Milan Broz <gmazyland@gmail.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>