From: Herbert Xu Date: Thu, 28 May 2015 14:07:55 +0000 (+0800) Subject: crypto: aead - Add aead_alg_instance X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c98d62059faf7c59211cb591da671eaac7b7c3c;p=pandora-kernel.git crypto: aead - Add aead_alg_instance Now that type-safe init/exit functions exist, they often need to access the underlying aead_instance. So this patch adds the helper aead_alg_instance to access aead_instance from a crypto_aead object. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed