Re: [PATCH 1/2] sec: omap sha1 & md5 driver

2010-03-17 Thread Tony Lindgren
* Felipe Balbi [100317 10:04]: > On Wed, Mar 17, 2010 at 03:12:50PM +0200, Dmitry Kasatkin wrote: > > Earlier kernel contained omap sha1 and md5 driver, which was not maintained, > > was not ported to new crypto APIs and removed from the source tree. > > > +#include > > +#include > > +#include

Re: [PATCH 1/2] sec: omap sha1 & md5 driver

2010-03-17 Thread Felipe Balbi
On Wed, Mar 17, 2010 at 03:12:50PM +0200, Dmitry Kasatkin wrote: > Earlier kernel contained omap sha1 and md5 driver, which was not maintained, > was not ported to new crypto APIs and removed from the source tree. > > This driver implements async and sync crypto API. > > Signed-off-by: Dmitry Kas

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

[PATCH 2/2] sec: Makefile/Kconfig update for omap sha1 md5 driver

2010-03-17 Thread Dmitry Kasatkin
Signed-off-by: Dmitry Kasatkin --- drivers/crypto/Kconfig |9 + drivers/crypto/Makefile |2 ++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index b08403d..4cca798 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/

[PATCH 1/2] sec: omap sha1 & md5 driver

2010-03-17 Thread Dmitry Kasatkin
Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. This driver implements async and sync crypto API. Signed-off-by: Dmitry Kasatkin --- drivers/crypto/omap-sha1-md5.c | 1449 +++

[PATCH 0/2] crypto: omap-sha1-md5: OMAP3 SHA1 & MD5 driver

2010-03-17 Thread Dmitry Kasatkin
Earlier kernel contained omap sha1 and md5 driver, which was not maintained, was not ported to new crypto APIs and removed from the source tree. This driver implements async and sync crypto API. It still contains pr_debug() for debugging purpose. Will be remove for integration. Dmitry Kasatkin (

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

cryptodev support

2010-03-17 Thread Nikos Mavrogiannopoulos
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 It was originally based on the old cryptodev module found at http://www.logix.cz/micha