X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Ftestmgr.c;h=b50c3c6b17a26301a8a799bf62a29fe5e0c89d46;hb=f7ef12482b17a015906cf74afe655e691b5fa2cb;hp=e750357b898f654bbf3f8fbc51587f948fa65ef4;hpb=8064efb8740b8a0141d99a181cb5b9a430b1836c;p=linux-2.6-omap-h63xx.git diff --git a/crypto/testmgr.c b/crypto/testmgr.c index e750357b898..b50c3c6b17a 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2018,6 +2018,21 @@ static const struct alg_test_desc alg_test_descs[] = { } } } + }, { + .alg = "zlib", + .test = alg_test_pcomp, + .suite = { + .pcomp = { + .comp = { + .vecs = zlib_comp_tv_template, + .count = ZLIB_COMP_TEST_VECTORS + }, + .decomp = { + .vecs = zlib_decomp_tv_template, + .count = ZLIB_DECOMP_TEST_VECTORS + } + } + } } };