summaryrefslogtreecommitdiff
path: root/crypto/seqiv.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-19 23:48:01 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-03 00:03:19 +0800
commitb20300abccca42a7900bbeaf09ffb0f67d6f6e79 (patch)
tree76d53b3ff902955f702e5291e59b2e0ed1d544ea /crypto/seqiv.c
parent1d955865c2739391608762281a8ee43f37dd9229 (diff)
downloadlinux-crypto-b20300abccca42a7900bbeaf09ffb0f67d6f6e79.tar.gz
linux-crypto-b20300abccca42a7900bbeaf09ffb0f67d6f6e79.zip
crypto: x86/serpent-sse2 - remove LRW algorithm
The LRW 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 LRW code themselves via lrw_crypt(). Remove the lrw-serpent-sse2 algorithm which did this. Users who request lrw(serpent) and previously would have gotten lrw-serpent-sse2 will now get lrw(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/seqiv.c')
0 files changed, 0 insertions, 0 deletions