Re: [PATCH 01/19] User-space API definition

2010-09-03 Thread Nikos Mavrogiannopoulos
On 09/03/2010 11:18 AM, Herbert Xu wrote: > I will be looking at this myself so please stay tuned and be ready > to yell if you see that your requirements are not met. On 08/20/2010 03:56 PM, Ted Ts'o wrote: > So I'm bit at a list what's the whole point of this patch series. > Could you explain th

Re: [PATCH 1/1] crypto: omap-sham: Adjust DMA parameters

2010-09-03 Thread Herbert Xu
On Thu, Sep 02, 2010 at 05:17:35PM +0300, Dmitry Kasatkin wrote: > From: Samu Onkalo > > DMA is set to use burst mode also for source channel. It should > descrease memory bandwidth needs. > > DMA synchronization is set to use prefetch mechanism. SHAM block is behind > L4 bus and it doesn't have

Re: [PATCH] crypto: FIPS requires algorithm self-tests

2010-09-03 Thread Herbert Xu
On Sun, Aug 29, 2010 at 05:47:56PM -0400, Chuck Ebbert wrote: > crypto: FIPS requires algorithm self-tests > > Signed-off-by: Chuck Ebbert Patch applied. Thanks Chuck! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Re: [PATCH 0/2] omap-aes: OMAP2/3 AES HW accelerator driver

2010-09-03 Thread Herbert Xu
On Fri, Aug 20, 2010 at 04:44:45PM +0300, Dmitry Kasatkin wrote: > This set of patches provides implementation of the driver for > OMAP2/3 AES hw accelerator. > Both patches applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.a

Crypto Fixes for 2.6.36

2010-09-03 Thread Herbert Xu
On Fri, Sep 03, 2010 at 02:00:55PM +0800, Herbert Xu wrote: > Hi Linus: > > This push fixes a bug in the new ahash walking code, as well as > the self-test disabling option. The self-test disabling options > is now enabled by default as requested. I missed a changeset in the push request. This

Re: [PATCH 01/19] User-space API definition

2010-09-03 Thread Miloslav Trmac
- "Herbert Xu" wrote: > Thanks for the updated patch-set. It does indeed fulfil some > of the requirements raised earlier. > > However, as far as I can see this still does not address the > extensibility. For example, say we want add an interface to > allow the xoring of two arbitrary data

Re: [PATCH 01/19] User-space API definition

2010-09-03 Thread Nikos Mavrogiannopoulos
2010/9/3 Herbert Xu : >> * ioctl(NCRIO_SESSION_INIT) to allocate a crypto session (to encrypt, >>   decrypt, hash, sign, or verify signature), then >>   ioctl(NCRIO_SESSION_UPDATE) to act on chunks of data.  Deallocate the >>   session, and optionally retrieve session results (e.g. hash or >>   si

Re: [PATCH 01/19] User-space API definition

2010-09-03 Thread Herbert Xu
On Fri, Aug 20, 2010 at 10:45:44AM +0200, Miloslav Trmač wrote: > This patch introduces the new user-space API, . > > Quick overview: > > * open("/dev/crypto") to get a FD, which acts as a namespace for key and > session identifiers. > > * ioctl(NCRIO_KEY_INIT) to allocate a key object; then g