diff options
author | Eric Biggers <ebiggers@google.com> | 2016-10-10 10:15:15 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-10-21 11:03:42 +0800 |
commit | f16743e0c71a5d2811273b77638ff3a069aed1e2 (patch) | |
tree | 31757857e2d60294a7c8330d2d46575b478bcdad /crypto/async_tx | |
parent | 48ee41bf5ba052364f78781e9082a510fbcd104a (diff) | |
download | linux-f16743e0c71a5d2811273b77638ff3a069aed1e2.tar.gz linux-f16743e0c71a5d2811273b77638ff3a069aed1e2.tar.bz2 linux-f16743e0c71a5d2811273b77638ff3a069aed1e2.zip |
crypto: cmac - fix alignment of 'consts'
The per-transform 'consts' array is accessed as __be64 in
crypto_cmac_digest_setkey() but was only guaranteed to be aligned to
__alignof__(long). Fix this by aligning it to __alignof__(__be64).
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/async_tx')
0 files changed, 0 insertions, 0 deletions