crypto: tcrypt - Add ChaCha20/Poly1305 speed tests
authorMartin Willi <martin@strongswan.org>
Thu, 16 Jul 2015 17:13:59 +0000 (19:13 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 17 Jul 2015 13:20:20 +0000 (21:20 +0800)
commit2dce063a31ae6cbaf39964663fc59d10bef38d15
treec114a51fb0d5a23f44477a159aa3fd3cb329e4bd
parent747909223397e11743c81352b3e4fdd29346bbf9
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>
crypto/tcrypt.c
crypto/tcrypt.h