From: Tobias Brunner Date: Sun, 17 Jan 2010 10:52:11 +0000 (+1100) Subject: crypto: gcm - Add RFC4543 wrapper for GCM X-Git-Tag: v2.6.34-rc1~286^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c89c15b959adf06366722c4be8d2eddec0a529;p=pandora-kernel.git crypto: gcm - Add RFC4543 wrapper for GCM This patch adds the RFC4543 (GMAC) wrapper for GCM similar to the existing RFC4106 wrapper. The main differences between GCM and GMAC are the contents of the AAD and that the plaintext is empty for the latter. Signed-off-by: Tobias Brunner Signed-off-by: Herbert Xu --- Reading git-diff-tree failed