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

[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 +++