From: Ard Biesheuvel Date: Tue, 4 Mar 2014 05:28:38 +0000 (+0800) Subject: crypto: remove direct blkcipher_walk dependency on transform X-Git-Tag: v3.15-rc1~111^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822be00fe67105a90e536df52d1e4d688f34b5b2;p=pandora-kernel.git crypto: remove direct blkcipher_walk dependency on transform In order to allow other uses of the blkcipher walk API than the blkcipher algos themselves, this patch copies some of the transform data members to the walk struct so the transform is only accessed at walk init time. Signed-off-by: Ard Biesheuvel Signed-off-by: Herbert Xu --- Reading git-diff-tree failed