summaryrefslogtreecommitdiff
path: root/crypto/ctr.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-19 23:48:02 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-03 00:03:19 +0800
commit0707c07ab4eaa966d112281b9d101f1ab3b15af3 (patch)
tree25fff00a64792b15eb7273dd2f4716e05a450344 /crypto/ctr.c
parentb20300abccca42a7900bbeaf09ffb0f67d6f6e79 (diff)
downloadlinux-crypto-0707c07ab4eaa966d112281b9d101f1ab3b15af3.tar.gz
linux-crypto-0707c07ab4eaa966d112281b9d101f1ab3b15af3.zip
crypto: x86/serpent-sse2 - remove XTS algorithm
The XTS template now wraps an ECB mode algorithm rather than the block cipher directly. Therefore it is now redundant for crypto modules to wrap their ECB code with generic XTS code themselves via xts_crypt(). Remove the xts-serpent-sse2 algorithm which did this. Users who request xts(serpent) and previously would have gotten xts-serpent-sse2 will now get xts(ecb-serpent-sse2) instead, which is just as fast. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ctr.c')
0 files changed, 0 insertions, 0 deletions