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

2016-12-16 Thread Herbert Xu
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 chained with cipher request, as the s

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

2016-12-14 Thread Romain Perier
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 chained with cipher request, as the state of the request being comp