From: Jussi Kivilinna Date: Sun, 7 Apr 2013 13:43:46 +0000 (+0300) Subject: crypto: gcm - fix rfc4543 to handle async crypto correctly X-Git-Tag: v3.2.81~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9dc564e3240cbfa4ec46ff02f33fa5a1b93e468;p=pandora-kernel.git crypto: gcm - fix rfc4543 to handle async crypto correctly commit d733ac90f9fe8ac284e523f9920b507555b12f6d upstream. If the gcm cipher used by rfc4543 does not complete request immediately, the authentication tag is not copied to destination buffer. Patch adds correct async logic for this case. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed