Home
last modified time | relevance | path

Searched hist:a1f91ecf812ac333ee2897f3eb2d8f4f6b4ce942 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/crypto/
H A Dcamellia_aesni_avx2_glue.cdiff a1f91ecf812ac333ee2897f3eb2d8f4f6b4ce942 Tue Jan 05 17:47:54 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/camellia - drop CTR mode implementation

Camellia 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>
H A Dcamellia_aesni_avx_glue.cdiff a1f91ecf812ac333ee2897f3eb2d8f4f6b4ce942 Tue Jan 05 17:47:54 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/camellia - drop CTR mode implementation

Camellia 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>