summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-01-30 21:09:10 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:45:17 -0700
commite521737fd077346d6f6a4334d35376a212a345ee (patch)
tree626b8a1e4a5b43574dda529acaff3f8ecd01bcd3 /crypto
parent6105de90bbf2bbca1cc825f43cd57c2d372b6ab9 (diff)
fixup: crypto: testmgr - Adding ofb(aes) and cmac(aes) tests
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/tcrypt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 862ca71f032c..e3df1f3fabbd 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1219,11 +1219,11 @@ static int do_test(int m)
break;
case 110:
- ret += tcrypt_test("hmac(crc32)");
+ ret += tcrypt_test("cmac(aes)");
break;
- case 110:
- ret += tcrypt_test("cmac(aes)");
+ case 111:
+ ret += tcrypt_test("hmac(crc32)");
break;
case 150: