commit | e75445a8445215ab4623f180cbc930ecf271181f | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 12 13:17:35 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jul 18 17:35:39 2016 +0800 |
tree | fc140842975e8740cc9d9d28af203acd54cdd685 | |
parent | 7217d49f1684b8cd8f6e0e9010efb49f81787cd1 [diff] |
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>