From: Herbert Xu Date: Mon, 3 Oct 2005 05:15:36 +0000 (+1000) Subject: [CRYPTO] Check cra_alignmask against cra_blocksize X-Git-Tag: v2.6.15-rc1~730^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b40efd772f4419fbc1a8940506424246985c333;p=pandora-kernel.git [CRYPTO] Check cra_alignmask against cra_blocksize The cipher code relies on the fact that the block size is a multiple of the required alignment. So we should check this at the time of algorith registration. We also ensure that the block size is bounded by the page size. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed