From: Herbert Xu Date: Thu, 28 May 2015 14:08:03 +0000 (+0800) Subject: crypto: aesni - Convert top-level rfc4106 algorithm to new interface X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af05b3009b6b106db60077db3aeef16ccd214000;p=pandora-kernel.git crypto: aesni - Convert top-level rfc4106 algorithm to new interface This patch converts rfc4106-gcm-aesni to the new AEAD interface. The low-level interface remains as is for now because we can't touch it until cryptd itself is upgraded. In the conversion I've also removed the duplicate copy of the context in the top-level algorithm. Now all processing is carried out in the low-level __driver-gcm-aes-aesni algorithm. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed