]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: tcrypt - Fix AEAD speed tests
authorVutla, Lokesh <lokeshvutla@ti.com>
Tue, 7 Jul 2015 15:31:49 +0000 (21:01 +0530)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 26 Feb 2017 05:34:27 +0000 (21:34 -0800)
commit9e800c1fdb760cf439b1e645ca5aaf5d8e17b3ba
treea34dacca24f7230936dcc2d8545d63b21b45695a
parent89a9fe703f8a6d753ab98fffddbdc471cee6acc6
crypto: tcrypt - Fix AEAD speed tests

Orabug: 25243093

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>
(cherry picked from commit 1425d2d17f7309c65e2bd124e0ce8ace743b17f2)
Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
crypto/tcrypt.c