Kim Phillips <[EMAIL PROTECTED]> wrote:
>
> I have one that's not suitable for submission yet; I'm working on
> authenc(hmac(sha1),cbc(aes)) support and intend on submitting it
> before the next window opens.
That sounds cool!
Please don't let the window stop you though. Because the earlier
your
From: Herbert Xu <[EMAIL PROTECTED]>
Date: Sat, 17 May 2008 17:56:25 +0800
> If you pull my cryptodev-2.6 tree then you'll be able to run
> the above test.
Performance is significantly increased on Niagara2 by using
the little-endian loads inside of the transformation loop, as
expected. The num
* Adrian-Ken Rueegsegger | 2008-05-20 21:49:49 [+0200]:
>These patches fix the endian issues reported by Sebastian Siewior for
>the three remaining RIPEMD modules rmd160, rmd256 and rmd320.
>
> crypto/rmd160.c | 37 +
> crypto/rmd256.c | 37 +-
This patch fixes endian issues making rmd256 work
properly on big-endian machines.
Signed-off-by: Adrian-Ken Rueegsegger <[EMAIL PROTECTED]>
---
crypto/rmd256.c | 37 +
1 files changed, 9 insertions(+), 28 deletions(-)
diff --git a/crypto/rmd256.c b/crypto/r
This patch fixes endian issues making rmd320 work
properly on big-endian machines.
Signed-off-by: Adrian-Ken Rueegsegger <[EMAIL PROTECTED]>
---
crypto/rmd320.c | 37 +
1 files changed, 9 insertions(+), 28 deletions(-)
diff --git a/crypto/rmd320.c b/crypto/r
These patches fix the endian issues reported by Sebastian Siewior for
the three remaining RIPEMD modules rmd160, rmd256 and rmd320.
crypto/rmd160.c | 37 +
crypto/rmd256.c | 37 +
crypto/rmd320.c | 37 +-
This patch fixes endian issues making rmd160 work
properly on big-endian machines.
Signed-off-by: Adrian-Ken Rueegsegger <[EMAIL PROTECTED]>
---
crypto/rmd160.c | 37 +
1 files changed, 9 insertions(+), 28 deletions(-)
diff --git a/crypto/rmd160.c b/crypto/r
On Tue, 20 May 2008 09:01:55 -0700
"Barry G" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am trying to get HW accelerated IPsec connections working
> on the SEC 2.4 engine in the MPC8349.
>
> I am hoping to use StrongSwan which uses the native XFRM
> kernel components. Unfortunately it looks like
Hello,
I am trying to get HW accelerated IPsec connections working
on the SEC 2.4 engine in the MPC8349.
I am hoping to use StrongSwan which uses the native XFRM
kernel components. Unfortunately it looks like the only
working option available to me is the OCF stuff (using the Talitos
driver) whi