From: Herbert Xu Date: Thu, 21 May 2015 07:11:08 +0000 (+0800) Subject: crypto: aead - Add support for new AEAD implementations X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63293c61133447249d7e5b49d333f68825d30e43;p=pandora-kernel.git crypto: aead - Add support for new AEAD implementations This patch adds the basic structure of the new AEAD type. Unlike the current version, there is no longer any concept of geniv. IV generation will still be carried out by wrappers but they will be normal AEAD algorithms that simply take the IPsec sequence number as the IV. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed