Re: [PATCH] crypto: add adler32 to CryptoAPI

2020-06-02 Thread Eric Biggers
On Tue, Jun 02, 2020 at 03:59:40PM +, Sebastien Buisson wrote: > > > Le 1 juin 2020 à 09:13, Eric Biggers a écrit : > > > > On Thu, May 28, 2020 at 07:00:51PM +0200, sbuisson@gmail.com wrote: > >> From: Sebastien Buisson > >> > >> Add adler32 to CryptoAPI so that it can be used with th

Re: [PATCH] crypto: add adler32 to CryptoAPI

2020-06-02 Thread Sebastien Buisson
> Le 1 juin 2020 à 09:13, Eric Biggers a écrit : > > On Thu, May 28, 2020 at 07:00:51PM +0200, sbuisson@gmail.com wrote: >> From: Sebastien Buisson >> >> Add adler32 to CryptoAPI so that it can be used with the normal kernel >> API, and potentially accelerated if architecture-specific >> o

Re: [PATCH] crypto: add adler32 to CryptoAPI

2020-06-01 Thread Eric Biggers
On Thu, May 28, 2020 at 07:00:51PM +0200, sbuisson@gmail.com wrote: > From: Sebastien Buisson > > Add adler32 to CryptoAPI so that it can be used with the normal kernel > API, and potentially accelerated if architecture-specific > optimizations are available. > > Signed-off-by: Sebastien Bui

Re: [PATCH] crypto: add adler32 to CryptoAPI

2020-05-28 Thread Herbert Xu
On Thu, May 28, 2020 at 07:00:51PM +0200, sbuisson@gmail.com wrote: > From: Sebastien Buisson > > Add adler32 to CryptoAPI so that it can be used with the normal kernel > API, and potentially accelerated if architecture-specific > optimizations are available. > > Signed-off-by: Sebastien Bui

[PATCH] crypto: add adler32 to CryptoAPI

2020-05-28 Thread sbuisson . ddn
From: Sebastien Buisson Add adler32 to CryptoAPI so that it can be used with the normal kernel API, and potentially accelerated if architecture-specific optimizations are available. Signed-off-by: Sebastien Buisson --- crypto/Kconfig| 7 + crypto/Makefile | 1 + crypto/adler3