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
> 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
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
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
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