commit | 143d2647c892cb454489dca62a9fc65941c5c557 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Sep 03 09:43:37 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Sep 09 17:35:39 2019 +1000 |
tree | b2bca03e5bdc1ec972373e91e6f12ddce8733699 | |
parent | 2ed8b79098cf76287c519d781a14c7983ab7e4f7 [diff] |
crypto: arm/aes-ce - implement ciphertext stealing for CBC Instead of relying on the CTS template to wrap the accelerated CBC skcipher, implement the ciphertext stealing part directly. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>