Re: [PATCH v2 0/4] crypto: add precalculated hash for zero message length

2015-12-11 Thread Herbert Xu
On Tue, Dec 08, 2015 at 09:10:49AM +0100, LABBE Corentin wrote: > Hello > > Some crypto drivers cannot process empty data message and so rely on > precalculated hash. > This patch series add precalculated hash in headers and > make the drivers use them. > > Using those precalculated hash make

[PATCH v2 0/4] crypto: add precalculated hash for zero message length

2015-12-08 Thread LABBE Corentin
Hello Some crypto drivers cannot process empty data message and so rely on precalculated hash. This patch series add precalculated hash in headers and make the drivers use them. Using those precalculated hash make some additionnal constify patch necessary. Changes since v1 - Moved arrays from