Searched hist:"343 e44b15ecce6bca4b2caeae613a559e5be2720" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamhash.c | diff 343e44b15ecce6bca4b2caeae613a559e5be2720 Mon Aug 08 19:04:52 CEST 2016 Russell King <rmk+kernel@arm.linux.org.uk> 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>
|