From: Herbert Xu Date: Sat, 29 Sep 2007 13:24:23 +0000 (+0800) Subject: [CRYPTO] blkcipher: Remove alignment restriction on block size X-Git-Tag: v2.6.24-rc1~1454^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70613783fc0f6e37b442d79e8417f71a2b71ed93;p=pandora-kernel.git [CRYPTO] blkcipher: Remove alignment restriction on block size Previously we assumed for convenience that the block size is a multiple of the algorithm's required alignment. With the pending addition of CTR this will no longer be the case as the block size will be 1 due to it being a stream cipher. However, the alignment requirement will be that of the underlying implementation which will most likely be greater than 1. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed