commit | 2dce063a31ae6cbaf39964663fc59d10bef38d15 | [log] [tgz] |
---|---|---|
author | Martin Willi <martin@strongswan.org> | Thu Jul 16 19:13:59 2015 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 17 21:20:20 2015 +0800 |
tree | c114a51fb0d5a23f44477a159aa3fd3cb329e4bd | |
parent | 747909223397e11743c81352b3e4fdd29346bbf9 [diff] |
crypto: tcrypt - Add ChaCha20/Poly1305 speed tests Adds individual ChaCha20 and Poly1305 and a combined rfc7539esp AEAD speed test using mode numbers 214, 321 and 213. For Poly1305 we add a specific speed template, as it expects the key prepended to the input data. Signed-off-by: Martin Willi <martin@strongswan.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>