From: Herbert Xu Date: Fri, 7 Aug 2015 08:00:04 +0000 (+0800) Subject: crypto: authencesn - Fix breakage with new ESP code X-Git-Tag: omap-for-v4.3/fixes-merge-window~87^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443c0d7ed9d3815b3425ca12d65337d52b9a0c34;p=pandora-kernel.git crypto: authencesn - Fix breakage with new ESP code The ESP code has been updated to generate a completely linear AD SG list. This unfortunately broke authencesn which expects the AD to be divided into at least three parts. This patch fixes it to cope with the new format. Later we will fix it properly to accept arbitrary input and not rely on the input being linear as part of the AEAD conversion. Fixes: 7021b2e1cddd ("esp4: Switch to new AEAD interface") Signed-off-by: Herbert Xu --- Reading git-diff-tree failed