Re: Hardware Acceleration on Freescale MPC8349

2008-05-20 Thread Herbert Xu
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

Re: [PATCH v2] crypto: rmd128: make it work on my prefered architecture

2008-05-20 Thread David Miller
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

Re: [PATCH 0/3] [CRYPTO] ripemd: Fix endian issues

2008-05-20 Thread Sebastian Siewior
* 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 +-

[PATCH 2/3] [CRYPTO] rmd256: Fix endian problems

2008-05-20 Thread Adrian-Ken Rueegsegger
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

[PATCH 3/3] [CRYPTO] rmd320: Fix endian problems

2008-05-20 Thread Adrian-Ken Rueegsegger
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

[PATCH 0/3] [CRYPTO] ripemd: Fix endian issues

2008-05-20 Thread Adrian-Ken Rueegsegger
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 +-

[PATCH 1/3] [CRYPTO] rmd160: Fix endian problems

2008-05-20 Thread Adrian-Ken Rueegsegger
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

Re: Hardware Acceleration on Freescale MPC8349

2008-05-20 Thread Kim Phillips
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

Hardware Acceleration on Freescale MPC8349

2008-05-20 Thread Barry G
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