aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>2011-10-10 23:03:03 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2011-10-21 14:28:58 +0200
commit85b63e342c7ee0b9ac5281a5dfb0f1355bf6d75d (patch)
tree02b729aaddb380e65cff85da702cb785e1089a76 /crypto/tcrypt.c
parent75b766258eb2b8255c628a994663bd5298f216e6 (diff)
crypto: testmgr - add blowfish test-vectors
Add tests for parallel blowfish-x86_64 code paths. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> 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 fc35650645e8..91f3ab4e3a90 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -782,6 +782,7 @@ static int do_test(int m)
case 7:
ret += tcrypt_test("ecb(blowfish)");
ret += tcrypt_test("cbc(blowfish)");
+ ret += tcrypt_test("ctr(blowfish)");
break;
case 8: