From: Herbert Xu Date: Wed, 12 Dec 2007 04:27:26 +0000 (+0800) Subject: [CRYPTO] seqiv: Add AEAD support X-Git-Tag: v2.6.25-rc1~1242^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14df4d80433b8413f901e80880c39e8759b8418f;p=pandora-kernel.git [CRYPTO] seqiv: Add AEAD support This patch adds support for using seqiv with AEAD algorithms. This is useful for those AEAD algorithms that performs authentication before encryption because the IV generated by the underlying encryption algorithm won't be available for authentication. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed