From: Mikko Herranen Date: Mon, 26 Nov 2007 14:24:11 +0000 (+0800) Subject: [CRYPTO] gcm: New algorithm X-Git-Tag: v2.6.25-rc1~1242^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28db8e3e38e593d22e2c69942bb1ca7be2a35f05;p=pandora-kernel.git [CRYPTO] gcm: New algorithm Add GCM/GMAC support to cryptoapi. GCM (Galois/Counter Mode) is an AEAD mode of operations for any block cipher with a block size of 16. The typical example is AES-GCM. Signed-off-by: Mikko Herranen Reviewed-by: Mika Kukkonen Signed-off-by: Herbert Xu --- Reading git-diff-tree failed