Home
last modified time | relevance | path

Searched refs:dtemplate (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dtestmgr.c1190 struct comp_testvec *dtemplate, int ctcount, int dtcount) in test_comp() argument
1236 ilen = dtemplate[i].inlen; in test_comp()
1237 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
1246 if (dlen != dtemplate[i].outlen) { in test_comp()
1254 if (memcmp(result, dtemplate[i].output, dlen)) { in test_comp()
1271 struct pcomp_testvec *dtemplate, int ctcount, in test_pcomp() argument
1364 res = crypto_decompress_setup(tfm, dtemplate[i].params, in test_pcomp()
1365 dtemplate[i].paramsize); in test_pcomp()
1381 req.next_in = dtemplate[i].input; in test_pcomp()
1382 req.avail_in = dtemplate[i].inlen / 2; in test_pcomp()
[all …]