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)
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

diff --cc crypto/tcrypt.c
Simple merge
diff --cc crypto/tcrypt.h
Simple merge