commit | 2d158391061ec8c73898ceac148f4eddfa83efd5 | [log] [tgz] |
---|---|---|
author | Gary R Hook <gary.hook@amd.com> | Tue Mar 28 10:57:26 2017 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 05 21:58:35 2017 +0800 |
tree | 3e8c9c3c8af547b1020949ed23019fddc3c58e6f | |
parent | 51de7dd02d422da11b4dff6f11936c8333a870fe [diff] |
crypto: ccp - Rearrange structure members to minimize size The AES GCM function (in ccp-ops) requires a fair amount of stack space, which elicits a complaint when KASAN is enabled. Rearranging and packing a few structures eliminates the warning. Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>