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