Re: [PATCH] crypto: marvell - Copy IVDIG before launching partial DMA ahash requests

2016-12-14 Thread Romain Perier
Hi, Le 14/12/2016 à 14:39, Boris Brezillon a écrit : Nit: can you move the above code in a function called mv_cesa_ahash_dma_step()? Sure + } else mv_cesa_ahash_std_step(ahashreq); I'm pretty sure checkpatch complains here ;-). Probably :P I will fix t

Re: [PATCH] crypto: marvell - Copy IVDIG before launching partial DMA ahash requests

2016-12-14 Thread Boris Brezillon
On Wed, 14 Dec 2016 14:17:37 +0100 Romain Perier wrote: > Currently, inner IV/DIGEST data are only copied once into the hash > engines and not set explicitly before launching a request that is not a > first frag. This is an issue especially when multiple ahash reqs are > computed in parallel or c