Searched hist:"2 e9440ae6eab492572463d8cb266381264867723" (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | serpent-avx2-asm_64.S | diff 2e9440ae6eab492572463d8cb266381264867723 Tue Jan 05 17:47:55 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/serpent - drop CTR mode implementation
Serpent 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 | serpent-avx-x86_64-asm_64.S | diff 2e9440ae6eab492572463d8cb266381264867723 Tue Jan 05 17:47:55 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/serpent - drop CTR mode implementation
Serpent 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 | serpent_avx2_glue.c | diff 2e9440ae6eab492572463d8cb266381264867723 Tue Jan 05 17:47:55 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/serpent - drop CTR mode implementation
Serpent 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 | serpent_avx_glue.c | diff 2e9440ae6eab492572463d8cb266381264867723 Tue Jan 05 17:47:55 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/serpent - drop CTR mode implementation
Serpent 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 | serpent_sse2_glue.c | diff 2e9440ae6eab492572463d8cb266381264867723 Tue Jan 05 17:47:55 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/serpent - drop CTR mode implementation
Serpent 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>
|
/linux/crypto/ |
H A D | Kconfig | diff 2e9440ae6eab492572463d8cb266381264867723 Tue Jan 05 17:47:55 CET 2021 Ard Biesheuvel <ardb@kernel.org> crypto: x86/serpent - drop CTR mode implementation
Serpent 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>
|