summaryrefslogtreecommitdiff
path: root/crypto/842.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2016-10-10 10:15:15 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2016-10-21 11:03:42 +0800
commitcd8a9b27195c11b37066f11e799c302a5a71f9b8 (patch)
tree717a27abfb751d167e4453ab6ff1d82df7cfc2d0 /crypto/842.c
parent8fd95025508cb816a0df00fab83b46b6f070a482 (diff)
downloadlinux-crypto-cd8a9b27195c11b37066f11e799c302a5a71f9b8.tar.gz
linux-crypto-cd8a9b27195c11b37066f11e799c302a5a71f9b8.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/842.c')
0 files changed, 0 insertions, 0 deletions