aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ansi_cprng.c
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2009-08-20 17:58:04 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2009-08-20 17:58:04 +1000
commit36f87a4a29cb8cd291169483079fde34bad4ef16 (patch)
treeeba5175548616ee5f35679cb6491f58dc4849c63 /crypto/ansi_cprng.c
parent4e4ed83be6a64c8c9fe69c77f37a26bb62ed21f7 (diff)
downloadkernel_samsung_smdk4412-36f87a4a29cb8cd291169483079fde34bad4ef16.zip
kernel_samsung_smdk4412-36f87a4a29cb8cd291169483079fde34bad4ef16.tar.gz
kernel_samsung_smdk4412-36f87a4a29cb8cd291169483079fde34bad4ef16.tar.bz2
crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctx
The alignment calculation of xcbc_tfm_ctx uses alg->cra_alignmask and not alg->cra_alignmask + 1 as it should. This led to frequent crashes during the selftest of xcbc(aes-asm) on x86_64 machines. This patch fixes this. Also we use the alignmask of xcbc and not the alignmask of the underlying algorithm for the alignmnent calculation in xcbc_create now. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ansi_cprng.c')
0 files changed, 0 insertions, 0 deletions