[PATCH 3/7] crypto: testmgr: fix warning

2009-10-18 Thread Felipe Contreras
crypto/testmgr.c: In function ‘test_cprng’: crypto/testmgr.c:1204: warning: ‘err’ may be used uninitialized in this function Signed-off-by: Felipe Contreras --- crypto/testmgr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 6d

[BUGFIX] Fix irq_fpu_usable usage in aesni

2009-10-18 Thread Huang Ying
When renaming kernel_fpu_using to irq_fpu_usable, the semantics of the function is changed too, from mesuring whether kernel is using FPU, that is, the FPU is NOT available, to measuring whether FPU is usable, that is, the FPU is available. But the usage of irq_fpu_usable in aesni-intel_glue.c is

Re: [PATCH -v4] crypto: Add PCLMULQDQ accelerated GHASH implementation

2009-10-18 Thread Herbert Xu
On Wed, Sep 16, 2009 at 09:35:46AM +0800, Huang Ying wrote: > PCLMULQDQ is used to accelerate the most time-consuming part of GHASH, > carry-less multiplication. More information about PCLMULQDQ can be > found at: > > http://software.intel.com/en-us/articles/carry-less-multiplication-and-its-usage

Re: [PATCH 1/1] add fips(ansi_cprng) (v2)

2009-10-18 Thread Herbert Xu
On Fri, Sep 18, 2009 at 02:34:46PM -0400, Neil Horman wrote: > Patch to add fips(ansi_cprng) alg, which is ansi_cprng plus a continuous test > > Signed-off-by: Neil Horman Patch applied to cryptodev. Thanks! -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page:

Re: [PATCH 0/3] Remove dangling pieces of old digest/hash implementation

2009-10-18 Thread Herbert Xu
On Thu, Oct 08, 2009 at 05:41:02PM -0400, Benjamin Gilbert wrote: > > This series removes several unused bits of code associated with the legacy > digest/hash implementation. It also fixes one bug: out-of-tree algorithm > implementations which still use the legacy interface will build > successfu