crypto: mv_cesa - fix for hash finalisation with data
[deliverable/linux.git] / crypto / tcrypt.c
index 8f147bff09800d494b9336c381d871904255a815..750cce44bad6a026460c1d64d053c0033fa63e7f 100644 (file)
@@ -1192,6 +1192,9 @@ static int do_test(int m)
        case 109:
                ret += tcrypt_test("vmac(aes)");
                break;
+       case 110:
+               ret += tcrypt_test("hmac(crc32)");
+               break;
 
        case 150:
                ret += tcrypt_test("ansi_cprng");
This page took 0.023531 seconds and 5 git commands to generate.