]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/tcrypt.c
crypto: testmgr - add zlib test
[linux-2.6-omap-h63xx.git] / crypto / tcrypt.c
index 28a45a1e6f423603a563ef40c821736a88ef266b..c3c9124209a1901baae3f8e6d9b1a6e437e97901 100644 (file)
@@ -53,7 +53,7 @@ static char *check[] = {
        "cast6", "arc4", "michael_mic", "deflate", "crc32c", "tea", "xtea",
        "khazad", "wp512", "wp384", "wp256", "tnepres", "xeta",  "fcrypt",
        "camellia", "seed", "salsa20", "rmd128", "rmd160", "rmd256", "rmd320",
-       "lzo", "cts", NULL
+       "lzo", "cts", "zlib", NULL
 };
 
 static int test_cipher_jiffies(struct blkcipher_desc *desc, int enc,
@@ -661,6 +661,10 @@ static void do_test(int m)
                tcrypt_test("ecb(seed)");
                break;
 
+       case 44:
+               tcrypt_test("zlib");
+               break;
+
        case 100:
                tcrypt_test("hmac(md5)");
                break;