Re: [PATCH] crypto: vmac - remove unused VMAC algorithm

2025-01-03 Thread Herbert Xu
Eric Biggers wrote: > From: Eric Biggers > > Remove the vmac64 template, as it has no known users. It also continues > to have longstanding bugs such as alignment violations (see > https://lore.kernel.org/r/20241226134847.6690-1-evepolon...@gmail.com/). > > This code was added in 2009 by commi

Re: [PATCH] crypto: vmac - remove unused VMAC algorithm

2025-01-02 Thread Milan Broz
On 12/26/24 8:43 PM, Eric Biggers wrote: From: Eric Biggers Remove the vmac64 template, as it has no known users. It also continues to have longstanding bugs such as alignment violations (see https://lore.kernel.org/r/20241226134847.6690-1-evepolon...@gmail.com/). ... No in-tree user has a

Re: [PATCH] crypto: vmac - remove unused VMAC algorithm

2024-12-30 Thread Geert Uytterhoeven
On Thu, Dec 26, 2024 at 8:44 PM Eric Biggers wrote: > From: Eric Biggers > > Remove the vmac64 template, as it has no known users. It also continues > to have longstanding bugs such as alignment violations (see > https://lore.kernel.org/r/20241226134847.6690-1-evepolon...@gmail.com/). > > This c

Re: [PATCH] crypto: vmac - remove unused VMAC algorithm

2024-12-27 Thread Ard Biesheuvel
On Thu, 26 Dec 2024 at 20:44, Eric Biggers wrote: > > From: Eric Biggers > > Remove the vmac64 template, as it has no known users. It also continues > to have longstanding bugs such as alignment violations (see > https://lore.kernel.org/r/20241226134847.6690-1-evepolon...@gmail.com/). > > This c

[PATCH] crypto: vmac - remove unused VMAC algorithm

2024-12-26 Thread Eric Biggers
From: Eric Biggers Remove the vmac64 template, as it has no known users. It also continues to have longstanding bugs such as alignment violations (see https://lore.kernel.org/r/20241226134847.6690-1-evepolon...@gmail.com/). This code was added in 2009 by commit f1939f7c5645 ("crypto: vmac - New