Re: [Cryptodev-linux-devel] Using cryptodev from kernel module

2011-02-22 Thread Nikos Mavrogiannopoulos
I suppose that you have to use -I and set the path of the libtomcrypt headers in the ncr module source. On Tue, Feb 22, 2011 at 1:22 PM, André Egners wrote: > Hi, > > this sounds good, but how would I #include<> the lib? > > Cheers, > André > > On 22.02.2011 12:38, Nikos Mavrogiannopoulos wrote:

Re: [Cryptodev-linux-devel] Using cryptodev from kernel module

2011-02-22 Thread André Egners
Hi, this sounds good, but how would I #include<> the lib? Cheers, André On 22.02.2011 12:38, Nikos Mavrogiannopoulos wrote: > Hello, > cryptodev doesn't include any more algorithms than supported by > linux-crypto. The NCR API at: > http://download.gna.org/cryptodev-linux/ncr-0.1.1.tar.gz > htt

Re: [Cryptodev-linux-devel] Using cryptodev from kernel module

2011-02-22 Thread Nikos Mavrogiannopoulos
Hello, cryptodev doesn't include any more algorithms than supported by linux-crypto. The NCR API at: http://download.gna.org/cryptodev-linux/ncr-0.1.1.tar.gz http://home.gna.org/cryptodev-linux/ncr.html however does. This is a different API (not cryptodev) that has hooks to use public key algorith