From: Herbert Xu Date: Wed, 15 Jul 2009 04:40:40 +0000 (+0800) Subject: crypto: ahash - Add unaligned handling and default operations X-Git-Tag: v2.6.32-rc1~731^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f6ce5e52f2f209d5bf1f06167cec888f4f4c13;p=pandora-kernel.git crypto: ahash - Add unaligned handling and default operations This patch exports the finup operation where available and adds a default finup operation for ahash. The operations final, finup and digest also will now deal with unaligned result pointers by copying it. Finally export/import operations are will now be exported too. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed