Re: cryptodev support

2010-04-11 Thread Nikos Mavrogiannopoulos
Emanuele Cesena wrote: > On Wed, 2010-03-17 at 14:43 +0100, Nikos Mavrogiannopoulos wrote: >> It is one way that >> few other OS's support as well. For this reason it is the best from the >> user-space developer point of view to have a single API across many OS'. > This is really good, in my opinio

Re: cryptodev support

2010-03-17 Thread Emanuele Cesena
On Wed, 2010-03-17 at 14:43 +0100, Nikos Mavrogiannopoulos wrote: > It is one way that > few other OS's support as well. For this reason it is the best from the > user-space developer point of view to have a single API across many OS'. > This is really good, in my opinion. What the others think?

Re: cryptodev support

2010-03-17 Thread Nikos Mavrogiannopoulos
Emanuele Cesena wrote: > On Wed, 2010-03-17 at 13:50 +0100, Nikos Mavrogiannopoulos wrote: >> Hello, >> I needed to access crypto hardware modules from userspace and I made >> that by adding cryptodev support on top of linux-crypto. It is a >> separate module available at: >> http://repo.or.cz/w/c

Re: cryptodev support

2010-03-17 Thread Emanuele Cesena
On Wed, 2010-03-17 at 13:50 +0100, Nikos Mavrogiannopoulos wrote: > Hello, > I needed to access crypto hardware modules from userspace and I made > that by adding cryptodev support on top of linux-crypto. It is a > separate module available at: > http://repo.or.cz/w/cryptodev-linux.git > I'm also