crypto: tcrypt - Fix AEAD speed tests
authorVutla, Lokesh <lokeshvutla@ti.com>
Tue, 7 Jul 2015 15:31:49 +0000 (21:01 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 8 Jul 2015 07:18:47 +0000 (15:18 +0800)
commit1425d2d17f7309c65e2bd124e0ce8ace743b17f2
treee9343e7cd3b1dab4fd3749d29d770bdf968b53e3
parent340d9d317eb93039754004621c6c5cb1a5e9735c
crypto: tcrypt - Fix AEAD speed tests

The AEAD speed tests doesn't do a wait_for_completition,
if the return value is EINPROGRESS or EBUSY.
Fixing it here.
Also add a test case for gcm(aes).

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c