commit | 747909223397e11743c81352b3e4fdd29346bbf9 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 16 12:35:08 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 17 21:20:19 2015 +0800 |
tree | b1a309fac0c7fbb69e390b57bb10b5cc18099f1d | |
parent | 6e8ec66c3d9cebcbf71d66f92e40b5d7e1d1f490 [diff] |
crypto: chacha20poly1305 - Convert to new AEAD interface This patch converts rfc7539 and rfc7539esp to the new AEAD interface. The test vectors for rfc7539esp have also been updated to include the IV. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Tested-by: Martin Willi <martin@strongswan.org>