Message ID | 1458851249-3491-7-git-send-email-megha.dey@linux.intel.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Herbert Xu |
Headers | show |
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index a2172e8..480bb75 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -1892,6 +1892,12 @@ static int do_test(const char *alg, u32 type, u32 mask, int m) if (mode > 400 && mode < 500) break; + case 422: + test_mb_ahash_speed("sha512", sec, + generic_hash_speed_template); + if (mode > 400 && mode < 500) + break; + case 499: break;