crypto: authenc - Use skcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 12 Jul 2016 05:17:34 +0000 (13:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 18 Jul 2016 09:35:38 +0000 (17:35 +0800)
commit7217d49f1684b8cd8f6e0e9010efb49f81787cd1
tree92fea1a7d469d7e05e32dd1bed16355d429c62b5
parent7a530aa9cf3f282b6b123b9296dfce80ed8f068e
crypto: authenc - Use skcipher

This patch converts authenc to use the new skcipher interface as
opposed to ablkcipher.

It also fixes a little bug where if a sync version of authenc
is requested we may still end up using an async ahash.  This should
have no effect as none of the authenc users can request for a
sync authenc.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/authenc.c