commit | aee84a7e6ed515f0f217317ff261a15db4bff0bb | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 18 17:24:42 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 20 22:11:08 2015 +0800 |
tree | 54e35590d3af470e3e59ae9cce8872cf297a1f8b | |
parent | 58953e15ef015ba9136b7234a7098cf827428999 [diff] |
crypto: marvell/cesa - rearrange handling for hw finished hashes Rearrange the last request handling for hardware finished hashes by moving the generation of the fragment operation into this path. This results in a simplified sequence to handle this case, and allows us to move the software padded case further down into the function. Add comments describing these parts. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>