summaryrefslogtreecommitdiff
path: root/crypto/lrw.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-09-24 14:48:16 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-10-05 10:16:56 +0800
commitbedf1358483245b5d200eb0bb24e9e2e903f296e (patch)
treefe442919dbd54c691930a2ae8ad6802abc1996d6 /crypto/lrw.c
parent2d1f08be220bf34fe6e52ddb8493c9bca97f39e8 (diff)
downloadlinux-crypto-bedf1358483245b5d200eb0bb24e9e2e903f296e.tar.gz
linux-crypto-bedf1358483245b5d200eb0bb24e9e2e903f296e.zip
crypto: x86/aes-ni - remove special handling of AES in PCBC mode
For historical reasons, the AES-NI based implementation of the PCBC chaining mode uses a special FPU chaining mode wrapper template to amortize the FPU start/stop overhead over multiple blocks. When this FPU wrapper was introduced, it supported widely used chaining modes such as XTS and CTR (as well as LRW), but currently, PCBC is the only remaining user. Since there are no known users of pcbc(aes) in the kernel, let's remove this special driver, and rely on the generic pcbc driver to encapsulate the AES-NI core cipher. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/lrw.c')
0 files changed, 0 insertions, 0 deletions