From: Atsushi Nemoto Date: Sun, 9 Apr 2006 22:42:35 +0000 (+1000) Subject: [CRYPTO] digest: Add alignment handling X-Git-Tag: v2.6.18-rc1~603^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1147d8f47eb8fef93f98a30858192145137d2b2;p=pandora-kernel.git [CRYPTO] digest: Add alignment handling Some hash modules load/store data words directly. The digest layer should pass properly aligned buffer to update()/final() method. This patch also add cra_alignmask to some hash modules. Signed-off-by: Atsushi Nemoto Signed-off-by: Herbert Xu --- Reading git-diff-tree failed