Re: [PATCH 2/2] crypto: marvell - Don't break chain for computable last ahash requests

2016-08-20 Thread Boris Brezillon
On Thu, 18 Aug 2016 14:12:14 +0200 Romain Perier wrote: > Currently, the driver breaks chain for all kind of hash requests in order > to don't override intermediate states of partial ahash updates. However, > some final ahash requests can be directly processed by the engine, and > so without inte

[PATCH 2/2] crypto: marvell - Don't break chain for computable last ahash requests

2016-08-18 Thread Romain Perier
Currently, the driver breaks chain for all kind of hash requests in order to don't override intermediate states of partial ahash updates. However, some final ahash requests can be directly processed by the engine, and so without intermediate state. This is typically the case for most for the HMAC r