From: Herbert Xu Date: Fri, 7 Dec 2007 12:31:10 +0000 (+0800) Subject: [CRYPTO] gcm: Allow block cipher parameter X-Git-Tag: v2.6.25-rc1~1242^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00aa19b507b39ee9a680d0d2ac2ae483686453a;p=pandora-kernel.git [CRYPTO] gcm: Allow block cipher parameter This patch adds the gcm_base template which takes a block cipher parameter instead of cipher. This allows the user to specify a specific CTR implementation. This also fixes a leak of the cipher algorithm that was previously looked up but never freed. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed