Searched hist:"7 a6623cc6867b5f24f750a7c16b996b0cbbc63b5" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | cast6-avx-x86_64-asm_64.S | diff 7a6623cc6867b5f24f750a7c16b996b0cbbc63b5 Tue Jan 05 17:47:57 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/cast6 - drop CTR mode implementation
CAST6 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 D | cast6_avx_glue.c | diff 7a6623cc6867b5f24f750a7c16b996b0cbbc63b5 Tue Jan 05 17:47:57 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/cast6 - drop CTR mode implementation
CAST6 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>
|