Re: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-10-04 Thread Herbert Xu
On Mon, Sep 09, 2019 at 01:13:05PM +0200, Pascal van Leeuwen wrote: > This patchset adds support for the (AES) CBCMAC family of authentication > algorithms: AES-CBCMAC, AES-XCBCMAC and AES-MAC > It has been verified with a Xilinx PCIE FPGA board as well as the Marvell > Armada A8K based Macchiatobi

RE: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-09-09 Thread Pascal Van Leeuwen
et > Subject: Re: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC > > On Mon, Sep 09, 2019 at 10:50:12AM +, Pascal Van Leeuwen wrote: > > > > So my suggestion would be to supply the CRC32 patch and > > then resubmit this patchset unmodified. Would tha

[PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-09-09 Thread Pascal van Leeuwen
This patchset adds support for the (AES) CBCMAC family of authentication algorithms: AES-CBCMAC, AES-XCBCMAC and AES-MAC It has been verified with a Xilinx PCIE FPGA board as well as the Marvell Armada A8K based Macchiatobin development board. Pascal van Leeuwen (3): crypto: inside-secure - Adde

Re: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-09-09 Thread Herbert Xu
On Mon, Sep 09, 2019 at 10:50:12AM +, Pascal Van Leeuwen wrote: > > So my suggestion would be to supply the CRC32 patch and > then resubmit this patchset unmodified. Would that be OK? That's fine. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://g

RE: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-09-09 Thread Pascal Van Leeuwen
davemloft.net > Subject: RE: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC > > > -Original Message- > > From: linux-crypto-ow...@vger.kernel.org > > On > Behalf > > Of Herbert Xu > > Sent: Monday, September 9, 2019 9:38 AM > > T

RE: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-09-09 Thread Pascal Van Leeuwen
Van Leeuwen > Subject: Re: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC > > On Wed, Sep 04, 2019 at 09:36:45AM +0200, Pascal van Leeuwen wrote: > > This patchset adds support for the (AES) CBCMAC family of authentication > > algorithms: AES-CBCMAC, AES-XCBCMAC an

Re: [PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-09-09 Thread Herbert Xu
On Wed, Sep 04, 2019 at 09:36:45AM +0200, Pascal van Leeuwen wrote: > This patchset adds support for the (AES) CBCMAC family of authentication > algorithms: AES-CBCMAC, AES-XCBCMAC and AES-MAC > It has been verified with a Xilinx PCIE FPGA board as well as the Marvell > Armada A8K based Macchiatobi

[PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC

2019-09-04 Thread Pascal van Leeuwen
This patchset adds support for the (AES) CBCMAC family of authentication algorithms: AES-CBCMAC, AES-XCBCMAC and AES-MAC It has been verified with a Xilinx PCIE FPGA board as well as the Marvell Armada A8K based Macchiatobin development board. Pascal van Leeuwen (3): crypto: inside-secure - Adde