Re: [PATCH 1/2] crypto: add CMAC support to CryptoAPI

2013-04-09 Thread Herbert Xu
On Mon, Apr 08, 2013 at 10:48:44AM +0300, Jussi Kivilinna wrote:
 Patch adds support for NIST recommended block cipher mode CMAC to CryptoAPI.
 
 This work is based on Tom St Denis' earlier patch,
  http://marc.info/?l=linux-crypto-vgerm=135877306305466w=2
 
 Cc: Tom St Denis tstde...@elliptictech.com
 Signed-off-by: Jussi Kivilinna jussi.kivili...@iki.fi

Both patches applied.
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/2] crypto: add CMAC support to CryptoAPI

2013-04-08 Thread Steffen Klassert
On Mon, Apr 08, 2013 at 10:48:44AM +0300, Jussi Kivilinna wrote:
 Patch adds support for NIST recommended block cipher mode CMAC to CryptoAPI.
 
 This work is based on Tom St Denis' earlier patch,
  http://marc.info/?l=linux-crypto-vgerm=135877306305466w=2
 
 Cc: Tom St Denis tstde...@elliptictech.com
 Signed-off-by: Jussi Kivilinna jussi.kivili...@iki.fi

This patch does not apply clean to the ipsec-next tree
because of some crypto changes I don't have in ipsec-next.
The IPsec part should apply to the cryptodev tree,
so it's probaply the best if we route this patchset
through the cryptodev tree.

Herbert,

are you going to take these patches?
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/2] crypto: add CMAC support to CryptoAPI

2013-04-08 Thread Jussi Kivilinna
On 08.04.2013 11:24, Steffen Klassert wrote:
 On Mon, Apr 08, 2013 at 10:48:44AM +0300, Jussi Kivilinna wrote:
 Patch adds support for NIST recommended block cipher mode CMAC to CryptoAPI.

 This work is based on Tom St Denis' earlier patch,
  http://marc.info/?l=linux-crypto-vgerm=135877306305466w=2

 Cc: Tom St Denis tstde...@elliptictech.com
 Signed-off-by: Jussi Kivilinna jussi.kivili...@iki.fi
 
 This patch does not apply clean to the ipsec-next tree
 because of some crypto changes I don't have in ipsec-next.
 The IPsec part should apply to the cryptodev tree,
 so it's probaply the best if we route this patchset
 through the cryptodev tree.

I should have mentioned that the patchset is on top of cryptodev tree and
previous crypto patches that I send yesterday, likely to cause problems
atleast at tcrypt.c:

http://marc.info/?l=linux-crypto-vgerm=136534223503368w=2

-Jussi

 
 Herbert,
 
 are you going to take these patches?
 

--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/2] crypto: add CMAC support to CryptoAPI

2013-04-08 Thread Herbert Xu
On Mon, Apr 08, 2013 at 10:24:16AM +0200, Steffen Klassert wrote:
 On Mon, Apr 08, 2013 at 10:48:44AM +0300, Jussi Kivilinna wrote:
  Patch adds support for NIST recommended block cipher mode CMAC to CryptoAPI.
  
  This work is based on Tom St Denis' earlier patch,
   http://marc.info/?l=linux-crypto-vgerm=135877306305466w=2
  
  Cc: Tom St Denis tstde...@elliptictech.com
  Signed-off-by: Jussi Kivilinna jussi.kivili...@iki.fi
 
 This patch does not apply clean to the ipsec-next tree
 because of some crypto changes I don't have in ipsec-next.
 The IPsec part should apply to the cryptodev tree,
 so it's probaply the best if we route this patchset
 through the cryptodev tree.
 
 Herbert,
 
 are you going to take these patches?

Sure I can do that.

Cheers,
-- 
Email: Herbert Xu herb...@gondor.apana.org.au
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/2] crypto: add CMAC support to CryptoAPI

2013-04-08 Thread David Miller
From: Herbert Xu herb...@gondor.apana.org.au
Date: Mon, 8 Apr 2013 17:33:40 +0800

 On Mon, Apr 08, 2013 at 10:24:16AM +0200, Steffen Klassert wrote:
 On Mon, Apr 08, 2013 at 10:48:44AM +0300, Jussi Kivilinna wrote:
  Patch adds support for NIST recommended block cipher mode CMAC to 
  CryptoAPI.
  
  This work is based on Tom St Denis' earlier patch,
   http://marc.info/?l=linux-crypto-vgerm=135877306305466w=2
  
  Cc: Tom St Denis tstde...@elliptictech.com
  Signed-off-by: Jussi Kivilinna jussi.kivili...@iki.fi
 
 This patch does not apply clean to the ipsec-next tree
 because of some crypto changes I don't have in ipsec-next.
 The IPsec part should apply to the cryptodev tree,
 so it's probaply the best if we route this patchset
 through the cryptodev tree.
 
 Herbert,
 
 are you going to take these patches?
 
 Sure I can do that.

I'm fine with this:

Acked-by: David S. Miller da...@davemloft.net
--
To unsubscribe from this list: send the line unsubscribe linux-crypto in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html