On Thu, May 28, 2020 at 07:00:51PM +0200, sbuisson.ddn@xxxxxxxxx wrote: > From: Sebastien Buisson <sbuisson@xxxxxxxxxxxxx> > > 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 <sbuisson@xxxxxxxxxxxxx> > --- > crypto/Kconfig | 7 + > crypto/Makefile | 1 + > crypto/adler32_zlib.c | 117 ++++++++++++++++ > crypto/testmgr.c | 7 + > crypto/testmgr.h | 362 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 494 insertions(+) > create mode 100644 crypto/adler32_zlib.c Who is going to use this inside the kernel? Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt