summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2018-09-20 14:18:40 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2018-09-28 12:46:26 +0800
commit2d1f08be220bf34fe6e52ddb8493c9bca97f39e8 (patch)
tree78a377bc300117c6660b6cb0732678f5427dd07f /crypto/tcrypt.c
parent6ca6d5d18294ac23afb21a0512ffeb623a49a31b (diff)
downloadlinux-crypto-2d1f08be220bf34fe6e52ddb8493c9bca97f39e8.tar.gz
linux-crypto-2d1f08be220bf34fe6e52ddb8493c9bca97f39e8.zip
crypto: tcrypt - add OFB functional tests
We already have OFB test vectors and tcrypt OFB speed tests. Add OFB functional tests to tcrypt as well. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r--crypto/tcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 9430744b..c20c9f5c 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1735,6 +1735,7 @@ static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
ret += tcrypt_test("xts(aes)");
ret += tcrypt_test("ctr(aes)");
ret += tcrypt_test("rfc3686(ctr(aes))");
+ ret += tcrypt_test("ofb(aes)");
break;
case 11: