commit | 2614de1b9af5a9e49cda64b394e1348159565bd5 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Oct 04 14:49:00 2007 +0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:48 2007 -0700 |
tree | 00a104eaffacee8d40ba809fe2845df3193e71f5 | |
parent | d8058480b35dbc3d1e6085b3f13b80af27def09e [diff] |
[CRYPTO] blkcipher: Increase kmalloc amount to aligned block size Now that the block size is no longer a multiple of the alignment, we need to increase the kmalloc amount in blkcipher_next_slow to use the aligned block size. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>