Searched hist:e2d60e2f597a5b2a0a8724989742784bb83ada5d (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | diff e2d60e2f597a5b2a0a8724989742784bb83ada5d Tue Jan 05 17:47:56 CET 2021 Ard Biesheuvel <ardb@kernel.org> 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>
|