commit | 343e44b15ecce6bca4b2caeae613a559e5be2720 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Aug 08 18:04:52 2016 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 09 18:47:25 2016 +0800 |
tree | 317922e189535e505de3a4eb15be160800ff29cd | |
parent | d7b24ed4a9a4250f483f4c2fea3588828ab43af2 [diff] |
crypto: caam - replace sec4_sg pointer with array Since the extended descriptor includes the hardware descriptor, and the sec4 scatterlist immediately follows this, we can declare it as a array at the very end of the extended descriptor. This allows us to get rid of an initialiser for every site where we allocate an extended descriptor. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>