On Fri, 13 Sep 2019 at 17:17, Pascal Van Leeuwen <pvanleeu...@verimatrix.com> wrote: > > > -----Original Message----- > > From: Ard Biesheuvel <ard.biesheu...@linaro.org> > > Sent: Friday, September 13, 2019 5:27 PM > > To: Pascal van Leeuwen <pascalv...@gmail.com> > > Cc: open list:HARDWARE RANDOM NUMBER GENERATOR CORE > > <linux-crypto@vger.kernel.org>; > > Antoine Tenart <antoine.ten...@bootlin.com>; Herbert Xu > > <herb...@gondor.apana.org.au>; > > David S. Miller <da...@davemloft.net>; Pascal Van Leeuwen > > <pvanleeu...@verimatrix.com> > > Subject: Re: [PATCH 1/3] crypto: inside-secure - Added support for authenc > > HMAC- > > SHA1/DES-CBC > > > > On Fri, 13 Sep 2019 at 16:06, Pascal van Leeuwen <pascalv...@gmail.com> > > wrote: > > > > > > This patch adds support for the authenc(hmac(sha1),cbc(des)) aead > > > > > > Signed-off-by: Pascal van Leeuwen <pvanleeu...@verimatrix.com> > > > > Please make sure your code is based on cryptodev/master before sending > > it to the list. > > > Looks like with this patchset and the previous (SHA3) patchset I forgot > to add the disclaimer that it applies on top of the previous patchset. > Mea culpa. > > So there you go: "Added support for authenc HMAC-SHA1/DES-CBC" applies > on top of "Added (HMAC) SHA3 support", which applies on top of > "Add support for SM4 ciphers". >
Sorry if I wasn't clear, but that was not my point. You should really base your code on cryptodev/master since some of the DES helpers you are using don't exist anymore.