]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita23aa995fc849b3b00cb822859c8a7ba4a6bd7a5
treee9343e7cd3b1dab4fd3749d29d770bdf968b53e3
parent3b4d4b997d31247a67335ea2a8f598361b25ea7b
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