Re: Async hash reentrancy

2010-03-02 Thread Herbert Xu
Uri Simchoni wrote: > Hi, > > I'd like to add sha1/hmac-sha1 support to the Marvell CESA driver. I couldn't > see an ahash driver that I can use as a reference. Is there such a driver? We did have an implementation but it had to be removed because it wasn't reentrant so it's not a good model fo

Async hash reentrancy

2010-03-01 Thread Uri Simchoni
Hi, I'd like to add sha1/hmac-sha1 support to the Marvell CESA driver. I couldn't see an ahash driver that I can use as a reference. Is there such a driver? There's a thing I'm not sure I understand, and that's the init-update-final mechanism. I know what it's for (as in other APIs, e.g. OpenSS