From: Sebastian Siewior Date: Sat, 19 May 2007 09:51:21 +0000 (+1000) Subject: [CRYPTO] api: Handle unaligned keys in setkey X-Git-Tag: v2.6.23-rc1~1054^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7c39385ce1a7b44894a4b225a4608624e90730;p=pandora-kernel.git [CRYPTO] api: Handle unaligned keys in setkey setkey() in {cipher,blkcipher,ablkcipher,hash}.c does not respect the requested alignment by the algorithm. This patch fixes it. The extra memory is allocated by kmalloc() with GFP_ATOMIC flag. Signed-off-by: Sebastian Siewior Signed-off-by: Herbert Xu --- Reading git-diff-tree failed