From: Jussi Kivilinna Date: Sun, 7 Apr 2013 13:43:41 +0000 (+0300) Subject: crypto: gcm - make GMAC work when dst and src are different X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9489667d3e3d39ba452037585e48a89ce44ccbfe;p=pandora-kernel.git crypto: gcm - make GMAC work when dst and src are different The GMAC code assumes that dst==src, which causes problems when trying to add rfc4543(gcm(aes)) test vectors. So fix this code to work when source and destination buffer are different. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed