From: Herbert Xu Date: Sun, 9 Jul 2006 04:49:42 +0000 (+1000) Subject: [CRYPTO] digest: Store temporary digest in tfm X-Git-Tag: v2.6.19-rc1~1297^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7564166da9e218c3f605ee78ff16599d4d5a05;p=pandora-kernel.git [CRYPTO] digest: Store temporary digest in tfm When the final result location is unaligned, we store the digest in a temporary buffer before copying it to the final location. Currently that buffer sits on the stack. This patch moves it to an area in the tfm, just like the CBC IV buffer. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed