From: Herbert Xu Date: Wed, 22 Jul 2009 04:29:41 +0000 (+0800) Subject: crypto: sha512-s390 - Add export/import support X-Git-Tag: v2.6.32-rc1~731^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fadfd1adff28a8895de8df9e8a778c44958840f;p=pandora-kernel.git crypto: sha512-s390 - Add export/import support This patch adds export/import support to sha512-s390 (which includes sha384-s390). The exported type is defined by struct sha512_state, which is basically the entire descriptor state of sha512_generic. Since sha512-s390 only supports a 64-bit byte count the import function will reject anything that exceeds that. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed