Searched hist:f43dcaf2c97eae986378f12c46b27fe21f8a885b (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | twofish-avx-x86_64-asm_64.S | diff f43dcaf2c97eae986378f12c46b27fe21f8a885b Tue Jan 05 17:47:58 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/twofish - drop CTR mode implementation
Twofish 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 | twofish_avx_glue.c | diff f43dcaf2c97eae986378f12c46b27fe21f8a885b Tue Jan 05 17:47:58 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/twofish - drop CTR mode implementation
Twofish 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 | twofish_glue_3way.c | diff f43dcaf2c97eae986378f12c46b27fe21f8a885b Tue Jan 05 17:47:58 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/twofish - drop CTR mode implementation
Twofish 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>
|