Searched refs:dtemplate (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/crypto/ |
D | testmgr.c | 1185 struct comp_testvec *dtemplate, int ctcount, int dtcount) in test_comp() argument 1231 ilen = dtemplate[i].inlen; in test_comp() 1232 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp() 1241 if (dlen != dtemplate[i].outlen) { in test_comp() 1249 if (memcmp(result, dtemplate[i].output, dlen)) { in test_comp() 1266 struct pcomp_testvec *dtemplate, int ctcount, in test_pcomp() argument 1359 res = crypto_decompress_setup(tfm, dtemplate[i].params, in test_pcomp() 1360 dtemplate[i].paramsize); in test_pcomp() 1376 req.next_in = dtemplate[i].input; in test_pcomp() 1377 req.avail_in = dtemplate[i].inlen / 2; in test_pcomp() [all …]
|