Re: Encryption support in openssl

2010-11-20 Thread Brad House
Sounds like you want to look into the ocf-linux patchset. http://ocf-linux.sourceforge.net/ That said, you should realize that even if you have a hardware crypto accelerator, small encryption blocks will probably be faster in pure userland due to the penalty of kernel/userland context switches, e

Re: Encryption support in openssl

2010-11-19 Thread Ans_linux
On Fri, Nov 19, 2010 at 9:01 PM, Brad House wrote: > Sounds like you want to look into the ocf-linux patchset. > http://ocf-linux.sourceforge.net/ > Thanks Brad I will look in to in this. I presume my custom hardware acceleration block need to be ported to OC frame work in order to take advantage

Encryption support in openssl

2010-11-19 Thread ans linux
Hi list, I am fairly new to openssl , Please excuse me if my question seems to be silly. I am planning to use openssl in custom embedded system running Linux kernel. My understanding is that by default openssl will make use of user land encryption library . Is there any way to force openssl to u