From: Kim Phillips Date: Sun, 15 May 2011 03:08:17 +0000 (-0500) Subject: crypto: caam - add support for sha512 variants of existing AEAD algorithms X-Git-Tag: v3.0-rc1~371^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4427b1b4ec111622071ec872c94594e05635c6e9;p=pandora-kernel.git crypto: caam - add support for sha512 variants of existing AEAD algorithms In doing so, sha512 sized keys would not fit with the current descriptor inlining mechanism, so we now calculate whether keys should be referenced instead by pointers in the shared descriptor. also, use symbols for descriptor text lengths, and, ahem, unmap and free key i/o memory in cra_exit. Signed-off-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed