From e521737fd077346d6f6a4334d35376a212a345ee Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 30 Jan 2013 21:09:10 -0800 Subject: fixup: crypto: testmgr - Adding ofb(aes) and cmac(aes) tests Signed-off-by: Dan Willemsen --- crypto/tcrypt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crypto') 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: -- cgit v1.2.3