diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2021-01-05 17:47:56 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-01-14 17:10:28 +1100 |
commit | e2d60e2f597a5b2a0a8724989742784bb83ada5d (patch) | |
tree | 4f4d099801ce8f0c1084cad26b0344cd8852befd /arch/x86/include/asm/crypto | |
parent | 2e9440ae6eab492572463d8cb266381264867723 (diff) |
crypto: x86/cast5 - drop CTR mode implementation
CAST5 in CTR mode is never used by the kernel directly, and is highly
unlikely to be relied upon by dm-crypt or algif_skcipher. So let's drop
the accelerated CTR mode implementation, and instead, rely on the CTR
template and the bare cipher.
Acked-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/include/asm/crypto')
0 files changed, 0 insertions, 0 deletions