async crypto support for 2.6 kernel

2005-11-01 Thread MERA Keisuke
Hello, Herbert. I'm a engneer, and working for a development of cryptographic layer of Linux 2.6. I have some requirements about its processing, for example, using external hardware acceralator, low CPU usage, IPsec over IPv4/v6, etc. I saw the materials of some async crypto developments for it

Re: OpenSSL with OCF

2005-11-01 Thread David McCullough
Jivin Ronen Shitrit lays it down ... > Hi > > I'm using the latest version of OCF with SW crypto (no HW acceleration), > I build the OpenSSL package and patch it with the OCF patch: > Why in the OCF ssl patch, the place for running multi threads in > apps/speed.c is changed??"if(multi && do_m

Re: OpenSSL with OCF

2005-11-01 Thread Evgeniy Polyakov
On Tue, Nov 01, 2005 at 08:42:52PM +0200, Ronen Shitrit ([EMAIL PROTECTED]) wrote: > Hi > > I'm using the latest version of OCF with SW crypto (no HW acceleration), > I build the OpenSSL package and patch it with the OCF patch: > Why in the OCF ssl patch, the place for running multi threads in >

OpenSSL with OCF

2005-11-01 Thread Ronen Shitrit
Hi I'm using the latest version of OCF with SW crypto (no HW acceleration), I build the OpenSSL package and patch it with the OCF patch: Why in the OCF ssl patch, the place for running multi threads in apps/speed.c is changed??"if(multi && do_multi(multi)) " I see that with this change,