crypto: authencesn - Use skcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 12 Jul 2016 05:17:35 +0000 (13:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 18 Jul 2016 09:35:39 +0000 (17:35 +0800)
commite75445a8445215ab4623f180cbc930ecf271181f
treefc140842975e8740cc9d9d28af203acd54cdd685
parent7217d49f1684b8cd8f6e0e9010efb49f81787cd1
crypto: authencesn - Use skcipher

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

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

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