Re: help for ixp4xx crypto panic

2009-04-09 Thread Karl Hiramoto
timenhhf wrote: hi, i read your mail list on net about ixp4xx_crypto panic. i'm using linux kernel 2.6.28.9, but i can't make the IXP425 NPEs work all right. the steps i've done as followed: (1) download ixp4xx-microcode_2.4.orig.tar.gz through the URL:

Re: [2.6.30-rc1] device-mapper: table: 254:0: crypt: Error allocating crypto tfm

2009-04-09 Thread Maciej Rutecki
2009/4/9 Herbert Xu herb...@gondor.apana.org.au: [...] Yes, patch helps. Thanks Tested-by Maciej Rutecki maciej.rute...@gmail.com Signed-off-by: Herbert Xu herb...@gondor.apana.org.au diff --git a/include/linux/kmod.h b/include/linux/kmod.h index d5fa565..384ca8b 100644 ---

Re: [2.6.30-rc1] device-mapper: table: 254:0: crypt: Error allocating crypto tfm

2009-04-09 Thread Herbert Xu
On Thu, Apr 09, 2009 at 03:05:51PM +0200, Patrick McHardy wrote: It also seems to fix a netfilter problem with modules not loaded automatically anymore. They should still autoload, but now you need to retry the operation manually :) -- Visit Openswan at http://www.openswan.org/ Email: Herbert

[PATCH] ixp4xx_crypto: check firmware for crypto support

2009-04-09 Thread Christian Hohnstaedt
- the loaded firmware may not support crypto at all or only support DES and 3DES but not AES or support DES, 3DES and AES. - in case of no crypto support of the firmware, the module load will fail. - in case of missing AES support, the AES algorithms are not registered and a warning

Re: [PATCH] add self-tests for rfc4309(ccm(aes))

2009-04-09 Thread Jarod Wilson
On Thursday 09 April 2009 14:52:04 Neil Horman wrote: On Thu, Apr 09, 2009 at 02:34:59PM -0400, Jarod Wilson wrote: Patch is against current cryptodev-2.6 tree, successfully tested via 'modprobe tcrypt type=45'. The number of test vectors might be a bit excessive, but I tried to hit a wide

Re: [PATCH] add self-tests for rfc4309(ccm(aes))

2009-04-09 Thread Neil Horman
On Thu, Apr 09, 2009 at 03:16:53PM -0400, Jarod Wilson wrote: On Thursday 09 April 2009 14:52:04 Neil Horman wrote: On Thu, Apr 09, 2009 at 02:34:59PM -0400, Jarod Wilson wrote: Patch is against current cryptodev-2.6 tree, successfully tested via 'modprobe tcrypt type=45'. The number of