commit | 1e1f006112b50640d7fc11851346f906d223df09 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 12 13:17:40 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jul 18 17:35:41 2016 +0800 |
tree | b2bfcc3cc716d88628b8b7561e98791162aa27b1 | |
parent | 16f37ecdd068884fc4f4177f83ac77910f4fc113 [diff] |
crypto: chacha20poly1305 - Use skcipher This patch converts chacha20poly1305 to use the new skcipher interface as opposed to ablkcipher. It also fixes a buglet where we may end up with an async poly1305 when the user asks for a async algorithm. This shouldn't be a problem yet as there aren't any async implementations of poly1305 out there. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>