commit | 8651791e5403a0e0634b76dee91b102dc4f40385 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 18 17:24:01 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Oct 20 22:11:04 2015 +0800 |
tree | db68b60369acbfb9c57b9edaaec7c38dbed06ba1 | |
parent | c439e4eec73373c6d5b7129ece69d67978ada307 [diff] |
crypto: marvell/cesa - factor out first fragment decisions to helper Multiple locations in the driver test the operation context fragment type, checking whether it is a first fragment or not. Introduce a mv_cesa_mac_op_is_first_frag() helper, which returns true if the fragment operation is for a first fragment. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>