From: Jussi Kivilinna Date: Fri, 28 Dec 2012 10:04:58 +0000 (+0200) Subject: crypto: ctr - make rfc3686 asynchronous block cipher X-Git-Tag: v3.9-rc1~139^2~270^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d3150cfc2075d1693d17dc711de61bf4e4a6c4;p=pandora-kernel.git crypto: ctr - make rfc3686 asynchronous block cipher Some hardware crypto drivers register asynchronous ctr(aes), which is left unused in IPSEC because rfc3686 template only supports synchronous block ciphers. Some other drivers register rfc3686(ctr(aes)) to workaround this limitation but not all. This patch changes rfc3686 to use asynchronous block ciphers, to allow async ctr(aes) algorithms to be utilized automatically by IPSEC. Signed-off-by: Jussi Kivilinna Acked-by: Herbert Xu Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed